ashirahattia/cs169-pgm

View on GitHub
log/test.log

Summary

Maintainability
Test Coverage
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:28 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (1.1ms)
  Rendered login/index.html.erb within layouts/application (11.3ms)
Completed 200 OK in 657ms (Views: 644.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:29 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:29 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (10.7ms)
Completed 200 OK in 28ms (Views: 17.5ms | ActiveRecord: 0.8ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-02 20:43:29 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (1.9ms)
  Rendered projects/new.html.erb within layouts/application (4.7ms)
Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Bob%27s+Bakery" for 127.0.0.1 at 2016-12-02 20:43:29 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Bob's Bakery"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Bob's Bakery"], ["created_at", "2016-12-02 20:43:29.542162"], ["updated_at", "2016-12-02 20:43:29.542162"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 35ms (ActiveRecord: 0.9ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-02 20:43:29 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.2ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:29 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:29 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:29 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (2.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.0ms)
Completed 200 OK in 11ms (Views: 8.3ms | ActiveRecord: 0.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:29 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.9ms)
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.3ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:29 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:29 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:29 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.2ms)
Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.4ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 20:43:29 +0000
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (12.3ms)
  Rendered google/index.html.erb within layouts/application (14.3ms)
Completed 200 OK in 21ms (Views: 20.0ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "groups"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-02 20:43:30.228518"], ["updated_at", "2016-12-02 20:43:30.228518"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (1.4ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-02 20:43:30.230507"], ["updated_at", "2016-12-02 20:43:30.230507"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 65ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (4.2ms)
  Rendered google/index.html.erb within layouts/application (4.9ms)
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.7ms)
Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.4ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (6.0ms)
  Rendered google/index.html.erb within layouts/application (6.6ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
   (0.2ms)  SELECT COUNT(*) FROM "projects"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-02 20:43:30.358269"], ["updated_at", "2016-12-02 20:43:30.358269"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-02 20:43:30.360538"], ["updated_at", "2016-12-02 20:43:30.360538"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 36ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (6.7ms)
  Rendered google/index.html.erb within layouts/application (7.6ms)
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.1ms)
Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:30.467163"], ["updated_at", "2016-12-02 20:43:30.467163"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (3.5ms)
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.3ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:30.515208"], ["updated_at", "2016-12-02 20:43:30.515208"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 0.9ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.6ms)
  Rendered google/index.html.erb within layouts/application (4.2ms)
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:30.528885"], ["updated_at", "2016-12-02 20:43:30.528885"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 20:43:30.533088"], ["updated_at", "2016-12-02 20:43:30.533088"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 20:43:30.534644"], ["updated_at", "2016-12-02 20:43:30.534644"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 20:43:30.535971"], ["updated_at", "2016-12-02 20:43:30.535971"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 20:43:30.537313"], ["updated_at", "2016-12-02 20:43:30.537313"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 20:43:30.538637"], ["updated_at", "2016-12-02 20:43:30.538637"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 20:43:30.540055"], ["updated_at", "2016-12-02 20:43:30.540055"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 20:43:30.541347"], ["updated_at", "2016-12-02 20:43:30.541347"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 20:43:30.543019"], ["updated_at", "2016-12-02 20:43:30.543019"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 20:43:30.544697"], ["updated_at", "2016-12-02 20:43:30.544697"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 20:43:30.546346"], ["updated_at", "2016-12-02 20:43:30.546346"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 20:43:30.548161"], ["updated_at", "2016-12-02 20:43:30.548161"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 20:43:30.549780"], ["updated_at", "2016-12-02 20:43:30.549780"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 20:43:30.551168"], ["updated_at", "2016-12-02 20:43:30.551168"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 20:43:30.552605"], ["updated_at", "2016-12-02 20:43:30.552605"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 20:43:30.553989"], ["updated_at", "2016-12-02 20:43:30.553989"]]
   (0.3ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 20:43:30.555908"], ["updated_at", "2016-12-02 20:43:30.555908"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 20:43:30.557548"], ["updated_at", "2016-12-02 20:43:30.557548"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 20:43:30.559329"], ["updated_at", "2016-12-02 20:43:30.559329"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 20:43:30.560925"], ["updated_at", "2016-12-02 20:43:30.560925"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 20:43:30.562617"], ["updated_at", "2016-12-02 20:43:30.562617"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 20:43:30.564405"], ["updated_at", "2016-12-02 20:43:30.564405"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-02 20:43:30.567582"], ["updated_at", "2016-12-02 20:43:30.567582"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-02 20:43:30.570093"], ["updated_at", "2016-12-02 20:43:30.570093"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-02 20:43:30.572386"], ["updated_at", "2016-12-02 20:43:30.572386"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."force_matched_project_id" = ? LIMIT 1  [["force_matched_project_id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  UPDATE "groups" SET "force_matched_project_id" = ?, "updated_at" = ? WHERE "groups"."id" = ?  [["force_matched_project_id", 1], ["updated_at", "2016-12-02 20:43:30.603808"], ["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.3ms)
Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.3ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 1], ["created_at", "2016-12-02 20:43:30.659021"], ["updated_at", "2016-12-02 20:43:30.659021"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-02 20:43:30.663273"], ["updated_at", "2016-12-02 20:43:30.663273"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-02 20:43:30.665238"], ["updated_at", "2016-12-02 20:43:30.665238"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 18ms (ActiveRecord: 1.7ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (21.2ms)
Completed 200 OK in 34ms (Views: 22.5ms | ActiveRecord: 1.3ms)
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.4ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.4ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.9ms)
  Rendered google/index.html.erb within layouts/application (4.4ms)
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.4ms)
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.4ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.8ms)
  Rendered google/index.html.erb within layouts/application (4.4ms)
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.4ms)
Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.3ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered groups/index.html.erb within layouts/application (1.9ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.7ms)
Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:30.892679"], ["updated_at", "2016-12-02 20:43:30.892679"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.6ms)
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:30.932189"], ["updated_at", "2016-12-02 20:43:30.932189"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.9ms)
  Rendered google/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:30.946503"], ["updated_at", "2016-12-02 20:43:30.946503"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 20:43:30.951312"], ["updated_at", "2016-12-02 20:43:30.951312"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 20:43:30.952803"], ["updated_at", "2016-12-02 20:43:30.952803"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 20:43:30.954163"], ["updated_at", "2016-12-02 20:43:30.954163"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 20:43:30.955825"], ["updated_at", "2016-12-02 20:43:30.955825"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 20:43:30.957212"], ["updated_at", "2016-12-02 20:43:30.957212"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 20:43:30.958614"], ["updated_at", "2016-12-02 20:43:30.958614"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 20:43:30.959976"], ["updated_at", "2016-12-02 20:43:30.959976"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 20:43:30.961355"], ["updated_at", "2016-12-02 20:43:30.961355"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 20:43:30.962699"], ["updated_at", "2016-12-02 20:43:30.962699"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 20:43:30.964183"], ["updated_at", "2016-12-02 20:43:30.964183"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 20:43:30.965596"], ["updated_at", "2016-12-02 20:43:30.965596"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 20:43:30.967544"], ["updated_at", "2016-12-02 20:43:30.967544"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 20:43:30.969427"], ["updated_at", "2016-12-02 20:43:30.969427"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 20:43:30.971348"], ["updated_at", "2016-12-02 20:43:30.971348"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 20:43:30.973184"], ["updated_at", "2016-12-02 20:43:30.973184"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 20:43:30.975086"], ["updated_at", "2016-12-02 20:43:30.975086"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 20:43:30.976981"], ["updated_at", "2016-12-02 20:43:30.976981"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 20:43:30.978697"], ["updated_at", "2016-12-02 20:43:30.978697"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 20:43:30.980436"], ["updated_at", "2016-12-02 20:43:30.980436"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 20:43:30.982242"], ["updated_at", "2016-12-02 20:43:30.982242"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 20:43:30.983761"], ["updated_at", "2016-12-02 20:43:30.983761"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-02 20:43:30.986012"], ["updated_at", "2016-12-02 20:43:30.986012"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-02 20:43:30.988099"], ["updated_at", "2016-12-02 20:43:30.988099"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-02 20:43:30.990367"], ["updated_at", "2016-12-02 20:43:30.990367"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/groups" for 127.0.0.1 at 2016-12-02 20:43:30 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 5]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (9.9ms)
Completed 200 OK in 14ms (Views: 11.1ms | ActiveRecord: 1.1ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓", "delete"=>{"2"=>"1"}}
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
   (0.1ms)  SAVEPOINT active_record_1
  Match Load (0.2ms)  SELECT  "matches".* FROM "matches" WHERE "matches"."group_id" = ? LIMIT 1  [["group_id", 2]]
  SQL (0.1ms)  DELETE FROM "groups" WHERE "groups"."id" = ?  [["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/groups
Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GroupsController#index as HTML
  Group Load (0.3ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (7.2ms)
Completed 200 OK in 11ms (Views: 8.6ms | ActiveRecord: 1.1ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.4ms)
Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.4ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓"}
Redirected to http://www.example.com/groups
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.4ms)
Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.3ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.8ms)
Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:31.131875"], ["updated_at", "2016-12-02 20:43:31.131875"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.5ms)
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:31.170872"], ["updated_at", "2016-12-02 20:43:31.170872"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (4.1ms)
  Rendered google/index.html.erb within layouts/application (4.8ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:31.185744"], ["updated_at", "2016-12-02 20:43:31.185744"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 20:43:31.189729"], ["updated_at", "2016-12-02 20:43:31.189729"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 20:43:31.191508"], ["updated_at", "2016-12-02 20:43:31.191508"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 20:43:31.192945"], ["updated_at", "2016-12-02 20:43:31.192945"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 20:43:31.194330"], ["updated_at", "2016-12-02 20:43:31.194330"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 20:43:31.195661"], ["updated_at", "2016-12-02 20:43:31.195661"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 20:43:31.197149"], ["updated_at", "2016-12-02 20:43:31.197149"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 20:43:31.198473"], ["updated_at", "2016-12-02 20:43:31.198473"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 20:43:31.199790"], ["updated_at", "2016-12-02 20:43:31.199790"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 20:43:31.201068"], ["updated_at", "2016-12-02 20:43:31.201068"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 20:43:31.202428"], ["updated_at", "2016-12-02 20:43:31.202428"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 20:43:31.203904"], ["updated_at", "2016-12-02 20:43:31.203904"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 20:43:31.205311"], ["updated_at", "2016-12-02 20:43:31.205311"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 20:43:31.206554"], ["updated_at", "2016-12-02 20:43:31.206554"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 20:43:31.208232"], ["updated_at", "2016-12-02 20:43:31.208232"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 20:43:31.209523"], ["updated_at", "2016-12-02 20:43:31.209523"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 20:43:31.211158"], ["updated_at", "2016-12-02 20:43:31.211158"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 20:43:31.212561"], ["updated_at", "2016-12-02 20:43:31.212561"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 20:43:31.214378"], ["updated_at", "2016-12-02 20:43:31.214378"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 20:43:31.216356"], ["updated_at", "2016-12-02 20:43:31.216356"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 20:43:31.217711"], ["updated_at", "2016-12-02 20:43:31.217711"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 20:43:31.219457"], ["updated_at", "2016-12-02 20:43:31.219457"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-02 20:43:31.222776"], ["updated_at", "2016-12-02 20:43:31.222776"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-02 20:43:31.225604"], ["updated_at", "2016-12-02 20:43:31.225604"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-02 20:43:31.227854"], ["updated_at", "2016-12-02 20:43:31.227854"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.6ms)
Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.3ms)  SELECT "groups".* FROM "groups"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-02 20:43:31.256751"], ["updated_at", "2016-12-02 20:43:31.256751"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-02 20:43:31.258580"], ["updated_at", "2016-12-02 20:43:31.258580"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-02 20:43:31.260212"], ["updated_at", "2016-12-02 20:43:31.260212"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 11ms (ActiveRecord: 1.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.1ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (8.8ms)
Completed 200 OK in 14ms (Views: 9.7ms | ActiveRecord: 1.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (7.5ms)
Completed 200 OK in 12ms (Views: 8.5ms | ActiveRecord: 0.9ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.7ms)
Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.3ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:31.334723"], ["updated_at", "2016-12-02 20:43:31.334723"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.6ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:31.372916"], ["updated_at", "2016-12-02 20:43:31.372916"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (4.4ms)
  Rendered google/index.html.erb within layouts/application (5.1ms)
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:31.389240"], ["updated_at", "2016-12-02 20:43:31.389240"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 20:43:31.394174"], ["updated_at", "2016-12-02 20:43:31.394174"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 20:43:31.395854"], ["updated_at", "2016-12-02 20:43:31.395854"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 20:43:31.397971"], ["updated_at", "2016-12-02 20:43:31.397971"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 20:43:31.399695"], ["updated_at", "2016-12-02 20:43:31.399695"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 20:43:31.401186"], ["updated_at", "2016-12-02 20:43:31.401186"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 20:43:31.402498"], ["updated_at", "2016-12-02 20:43:31.402498"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 20:43:31.403813"], ["updated_at", "2016-12-02 20:43:31.403813"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 20:43:31.405265"], ["updated_at", "2016-12-02 20:43:31.405265"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 20:43:31.406653"], ["updated_at", "2016-12-02 20:43:31.406653"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 20:43:31.408050"], ["updated_at", "2016-12-02 20:43:31.408050"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 20:43:31.409315"], ["updated_at", "2016-12-02 20:43:31.409315"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 20:43:31.410638"], ["updated_at", "2016-12-02 20:43:31.410638"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 20:43:31.411961"], ["updated_at", "2016-12-02 20:43:31.411961"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 20:43:31.413210"], ["updated_at", "2016-12-02 20:43:31.413210"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 20:43:31.414461"], ["updated_at", "2016-12-02 20:43:31.414461"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 20:43:31.415844"], ["updated_at", "2016-12-02 20:43:31.415844"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 20:43:31.417164"], ["updated_at", "2016-12-02 20:43:31.417164"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 20:43:31.418438"], ["updated_at", "2016-12-02 20:43:31.418438"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 20:43:31.419759"], ["updated_at", "2016-12-02 20:43:31.419759"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 20:43:31.421056"], ["updated_at", "2016-12-02 20:43:31.421056"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 20:43:31.422396"], ["updated_at", "2016-12-02 20:43:31.422396"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-02 20:43:31.424621"], ["updated_at", "2016-12-02 20:43:31.424621"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-02 20:43:31.426732"], ["updated_at", "2016-12-02 20:43:31.426732"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-02 20:43:31.428747"], ["updated_at", "2016-12-02 20:43:31.428747"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.3ms)
Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-02 20:43:31.449003"], ["updated_at", "2016-12-02 20:43:31.449003"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-02 20:43:31.450570"], ["updated_at", "2016-12-02 20:43:31.450570"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-02 20:43:31.452049"], ["updated_at", "2016-12-02 20:43:31.452049"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (8.5ms)
Completed 200 OK in 14ms (Views: 9.6ms | ActiveRecord: 1.1ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-02 20:43:31.484607"], ["updated_at", "2016-12-02 20:43:31.484607"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-02 20:43:31.486270"], ["updated_at", "2016-12-02 20:43:31.486270"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-02 20:43:31.487799"], ["updated_at", "2016-12-02 20:43:31.487799"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (7.7ms)
Completed 200 OK in 13ms (Views: 9.3ms | ActiveRecord: 0.9ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.6ms)
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.4ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.2ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.0ms)
Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.5ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.2ms)
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered projects/new.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Test+Project" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Test Project"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Test Project"], ["created_at", "2016-12-02 20:43:31.605445"], ["updated_at", "2016-12-02 20:43:31.605445"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (2.0ms)
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.3ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.5ms)
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:31.653550"], ["updated_at", "2016-12-02 20:43:31.653550"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.3ms)
Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.3ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:31.701105"], ["updated_at", "2016-12-02 20:43:31.701105"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 1.1ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (17.3ms)
  Rendered google/index.html.erb within layouts/application (17.9ms)
Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:31.731545"], ["updated_at", "2016-12-02 20:43:31.731545"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 20:43:31.736881"], ["updated_at", "2016-12-02 20:43:31.736881"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 20:43:31.738625"], ["updated_at", "2016-12-02 20:43:31.738625"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 20:43:31.740152"], ["updated_at", "2016-12-02 20:43:31.740152"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 20:43:31.741529"], ["updated_at", "2016-12-02 20:43:31.741529"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 20:43:31.743081"], ["updated_at", "2016-12-02 20:43:31.743081"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 20:43:31.744404"], ["updated_at", "2016-12-02 20:43:31.744404"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 20:43:31.745910"], ["updated_at", "2016-12-02 20:43:31.745910"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 20:43:31.747802"], ["updated_at", "2016-12-02 20:43:31.747802"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 20:43:31.749651"], ["updated_at", "2016-12-02 20:43:31.749651"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 20:43:31.751176"], ["updated_at", "2016-12-02 20:43:31.751176"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 20:43:31.752668"], ["updated_at", "2016-12-02 20:43:31.752668"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 20:43:31.754500"], ["updated_at", "2016-12-02 20:43:31.754500"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 20:43:31.756441"], ["updated_at", "2016-12-02 20:43:31.756441"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 20:43:31.758359"], ["updated_at", "2016-12-02 20:43:31.758359"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 20:43:31.760024"], ["updated_at", "2016-12-02 20:43:31.760024"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 20:43:31.761883"], ["updated_at", "2016-12-02 20:43:31.761883"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 20:43:31.763973"], ["updated_at", "2016-12-02 20:43:31.763973"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 20:43:31.765629"], ["updated_at", "2016-12-02 20:43:31.765629"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 20:43:31.767421"], ["updated_at", "2016-12-02 20:43:31.767421"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 20:43:31.768959"], ["updated_at", "2016-12-02 20:43:31.768959"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 20:43:31.770621"], ["updated_at", "2016-12-02 20:43:31.770621"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-02 20:43:31.773835"], ["updated_at", "2016-12-02 20:43:31.773835"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-02 20:43:31.777354"], ["updated_at", "2016-12-02 20:43:31.777354"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-02 20:43:31.779498"], ["updated_at", "2016-12-02 20:43:31.779498"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.7ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.0ms)
Completed 200 OK in 7ms (Views: 4.9ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-02 20:43:31.804746"], ["updated_at", "2016-12-02 20:43:31.804746"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-02 20:43:31.807258"], ["updated_at", "2016-12-02 20:43:31.807258"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-02 20:43:31.808972"], ["updated_at", "2016-12-02 20:43:31.808972"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 11ms (ActiveRecord: 1.6ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (10.8ms)
Completed 200 OK in 18ms (Views: 12.9ms | ActiveRecord: 1.1ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.4ms)
Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:31.879947"], ["updated_at", "2016-12-02 20:43:31.879947"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.8ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.3ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:31.919983"], ["updated_at", "2016-12-02 20:43:31.919983"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (5.2ms)
  Rendered google/index.html.erb within layouts/application (5.9ms)
Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:31.936992"], ["updated_at", "2016-12-02 20:43:31.936992"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 20:43:31.942472"], ["updated_at", "2016-12-02 20:43:31.942472"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 20:43:31.944313"], ["updated_at", "2016-12-02 20:43:31.944313"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 20:43:31.945766"], ["updated_at", "2016-12-02 20:43:31.945766"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 20:43:31.948017"], ["updated_at", "2016-12-02 20:43:31.948017"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 20:43:31.949964"], ["updated_at", "2016-12-02 20:43:31.949964"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 20:43:31.951718"], ["updated_at", "2016-12-02 20:43:31.951718"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 20:43:31.953685"], ["updated_at", "2016-12-02 20:43:31.953685"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 20:43:31.955328"], ["updated_at", "2016-12-02 20:43:31.955328"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 20:43:31.957280"], ["updated_at", "2016-12-02 20:43:31.957280"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 20:43:31.959253"], ["updated_at", "2016-12-02 20:43:31.959253"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 20:43:31.960738"], ["updated_at", "2016-12-02 20:43:31.960738"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 20:43:31.962194"], ["updated_at", "2016-12-02 20:43:31.962194"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 20:43:31.964011"], ["updated_at", "2016-12-02 20:43:31.964011"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 20:43:31.965546"], ["updated_at", "2016-12-02 20:43:31.965546"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 20:43:31.967209"], ["updated_at", "2016-12-02 20:43:31.967209"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 20:43:31.968935"], ["updated_at", "2016-12-02 20:43:31.968935"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 20:43:31.970381"], ["updated_at", "2016-12-02 20:43:31.970381"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 20:43:31.972162"], ["updated_at", "2016-12-02 20:43:31.972162"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 20:43:31.973917"], ["updated_at", "2016-12-02 20:43:31.973917"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 20:43:31.975510"], ["updated_at", "2016-12-02 20:43:31.975510"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 20:43:31.977097"], ["updated_at", "2016-12-02 20:43:31.977097"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-02 20:43:31.979413"], ["updated_at", "2016-12-02 20:43:31.979413"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-02 20:43:31.982088"], ["updated_at", "2016-12-02 20:43:31.982088"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-02 20:43:31.984855"], ["updated_at", "2016-12-02 20:43:31.984855"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-02 20:43:31 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.5ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.3ms)
Completed 200 OK in 7ms (Views: 4.9ms | ActiveRecord: 0.6ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-02 20:43:32.010811"], ["updated_at", "2016-12-02 20:43:32.010811"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-02 20:43:32.013373"], ["updated_at", "2016-12-02 20:43:32.013373"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-02 20:43:32.015613"], ["updated_at", "2016-12-02 20:43:32.015613"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 12ms (ActiveRecord: 1.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (10.0ms)
Completed 200 OK in 16ms (Views: 11.6ms | ActiveRecord: 1.1ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.6ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:32.077737"], ["updated_at", "2016-12-02 20:43:32.077737"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.5ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:32.120711"], ["updated_at", "2016-12-02 20:43:32.120711"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 8ms (ActiveRecord: 1.1ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (4.1ms)
  Rendered google/index.html.erb within layouts/application (4.8ms)
Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:32.137806"], ["updated_at", "2016-12-02 20:43:32.137806"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 20:43:32.142785"], ["updated_at", "2016-12-02 20:43:32.142785"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 20:43:32.144487"], ["updated_at", "2016-12-02 20:43:32.144487"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 20:43:32.146654"], ["updated_at", "2016-12-02 20:43:32.146654"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 20:43:32.148370"], ["updated_at", "2016-12-02 20:43:32.148370"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 20:43:32.149876"], ["updated_at", "2016-12-02 20:43:32.149876"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 20:43:32.151604"], ["updated_at", "2016-12-02 20:43:32.151604"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 20:43:32.153022"], ["updated_at", "2016-12-02 20:43:32.153022"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 20:43:32.154476"], ["updated_at", "2016-12-02 20:43:32.154476"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 20:43:32.155891"], ["updated_at", "2016-12-02 20:43:32.155891"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 20:43:32.157290"], ["updated_at", "2016-12-02 20:43:32.157290"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 20:43:32.158899"], ["updated_at", "2016-12-02 20:43:32.158899"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 20:43:32.160495"], ["updated_at", "2016-12-02 20:43:32.160495"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 20:43:32.162184"], ["updated_at", "2016-12-02 20:43:32.162184"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 20:43:32.164111"], ["updated_at", "2016-12-02 20:43:32.164111"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 20:43:32.165662"], ["updated_at", "2016-12-02 20:43:32.165662"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 20:43:32.167107"], ["updated_at", "2016-12-02 20:43:32.167107"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 20:43:32.168606"], ["updated_at", "2016-12-02 20:43:32.168606"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 20:43:32.170002"], ["updated_at", "2016-12-02 20:43:32.170002"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 20:43:32.171901"], ["updated_at", "2016-12-02 20:43:32.171901"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 20:43:32.173767"], ["updated_at", "2016-12-02 20:43:32.173767"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 20:43:32.175187"], ["updated_at", "2016-12-02 20:43:32.175187"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-02 20:43:32.177514"], ["updated_at", "2016-12-02 20:43:32.177514"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-02 20:43:32.180194"], ["updated_at", "2016-12-02 20:43:32.180194"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-02 20:43:32.182292"], ["updated_at", "2016-12-02 20:43:32.182292"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.3ms)
Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-02 20:43:32.204212"], ["updated_at", "2016-12-02 20:43:32.204212"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-02 20:43:32.205844"], ["updated_at", "2016-12-02 20:43:32.205844"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-02 20:43:32.207332"], ["updated_at", "2016-12-02 20:43:32.207332"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (7.6ms)
Completed 200 OK in 12ms (Views: 8.8ms | ActiveRecord: 0.8ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.6ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.3ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:32.258554"], ["updated_at", "2016-12-02 20:43:32.258554"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.1ms)
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:32.308849"], ["updated_at", "2016-12-02 20:43:32.308849"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 9ms (ActiveRecord: 1.3ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (5.1ms)
  Rendered google/index.html.erb within layouts/application (5.8ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:32.327122"], ["updated_at", "2016-12-02 20:43:32.327122"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 20:43:32.332132"], ["updated_at", "2016-12-02 20:43:32.332132"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 20:43:32.334210"], ["updated_at", "2016-12-02 20:43:32.334210"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 20:43:32.335869"], ["updated_at", "2016-12-02 20:43:32.335869"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 20:43:32.338044"], ["updated_at", "2016-12-02 20:43:32.338044"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 20:43:32.339607"], ["updated_at", "2016-12-02 20:43:32.339607"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 20:43:32.341287"], ["updated_at", "2016-12-02 20:43:32.341287"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 20:43:32.343201"], ["updated_at", "2016-12-02 20:43:32.343201"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 20:43:32.345362"], ["updated_at", "2016-12-02 20:43:32.345362"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 20:43:32.347268"], ["updated_at", "2016-12-02 20:43:32.347268"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 20:43:32.348878"], ["updated_at", "2016-12-02 20:43:32.348878"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 20:43:32.350443"], ["updated_at", "2016-12-02 20:43:32.350443"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 20:43:32.352160"], ["updated_at", "2016-12-02 20:43:32.352160"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 20:43:32.353727"], ["updated_at", "2016-12-02 20:43:32.353727"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 20:43:32.355179"], ["updated_at", "2016-12-02 20:43:32.355179"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 20:43:32.356851"], ["updated_at", "2016-12-02 20:43:32.356851"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 20:43:32.358645"], ["updated_at", "2016-12-02 20:43:32.358645"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 20:43:32.360386"], ["updated_at", "2016-12-02 20:43:32.360386"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 20:43:32.361756"], ["updated_at", "2016-12-02 20:43:32.361756"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 20:43:32.363456"], ["updated_at", "2016-12-02 20:43:32.363456"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 20:43:32.365028"], ["updated_at", "2016-12-02 20:43:32.365028"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 20:43:32.366650"], ["updated_at", "2016-12-02 20:43:32.366650"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-02 20:43:32.369412"], ["updated_at", "2016-12-02 20:43:32.369412"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-02 20:43:32.372467"], ["updated_at", "2016-12-02 20:43:32.372467"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-02 20:43:32.375218"], ["updated_at", "2016-12-02 20:43:32.375218"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.4ms)
Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-02 20:43:32.398386"], ["updated_at", "2016-12-02 20:43:32.398386"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-02 20:43:32.400220"], ["updated_at", "2016-12-02 20:43:32.400220"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-02 20:43:32.401712"], ["updated_at", "2016-12-02 20:43:32.401712"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 20:43:32 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (9.4ms)
Completed 200 OK in 15ms (Views: 10.9ms | ActiveRecord: 1.1ms)
   (0.2ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
   (0.2ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", nil]]
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-02 20:43:39.771435"], ["updated_at", "2016-12-02 20:43:39.771435"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.2ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project1"], ["id", 1], ["created_at", "2016-12-02 20:43:39.804283"], ["updated_at", "2016-12-02 20:43:39.804283"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project2"], ["id", 2], ["created_at", "2016-12-02 20:43:39.806263"], ["updated_at", "2016-12-02 20:43:39.806263"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project3"], ["id", 3], ["created_at", "2016-12-02 20:43:39.807789"], ["updated_at", "2016-12-02 20:43:39.807789"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project4"], ["id", 4], ["created_at", "2016-12-02 20:43:39.809045"], ["updated_at", "2016-12-02 20:43:39.809045"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project5"], ["id", 5], ["created_at", "2016-12-02 20:43:39.810281"], ["updated_at", "2016-12-02 20:43:39.810281"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project6"], ["id", 6], ["created_at", "2016-12-02 20:43:39.811761"], ["updated_at", "2016-12-02 20:43:39.811761"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project7"], ["id", 7], ["created_at", "2016-12-02 20:43:39.813205"], ["updated_at", "2016-12-02 20:43:39.813205"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project8"], ["id", 8], ["created_at", "2016-12-02 20:43:39.814707"], ["updated_at", "2016-12-02 20:43:39.814707"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-02 20:43:39.816481"], ["updated_at", "2016-12-02 20:43:39.816481"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 5]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 6]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 8]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
   (0.2ms)  rollback transaction
   (0.2ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-02 20:43:39.849555"], ["updated_at", "2016-12-02 20:43:39.849555"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 1], ["project_id", 1], ["created_at", "2016-12-02 20:43:39.857265"], ["updated_at", "2016-12-02 20:43:39.857265"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 2], ["created_at", "2016-12-02 20:43:39.858948"], ["updated_at", "2016-12-02 20:43:39.858948"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 3], ["created_at", "2016-12-02 20:43:39.860471"], ["updated_at", "2016-12-02 20:43:39.860471"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 1], ["project_id", 1], ["created_at", "2016-12-02 20:43:39.864712"], ["updated_at", "2016-12-02 20:43:39.864712"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 2], ["created_at", "2016-12-02 20:43:39.866454"], ["updated_at", "2016-12-02 20:43:39.866454"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:39.882776"], ["updated_at", "2016-12-02 20:43:39.882776"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:39.893501"], ["updated_at", "2016-12-02 20:43:39.893501"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Processing by GoogleController#save_preferences as HTML
Redirected to http://test.host/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "created_at", "updated_at") VALUES (?, ?, ?)  [["id", 0], ["created_at", "2016-12-02 20:43:39.902573"], ["updated_at", "2016-12-02 20:43:39.902573"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 20:43:39.904345"], ["updated_at", "2016-12-02 20:43:39.904345"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 20:43:39.905739"], ["updated_at", "2016-12-02 20:43:39.905739"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 20:43:39.907095"], ["updated_at", "2016-12-02 20:43:39.907095"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 20:43:39.908476"], ["updated_at", "2016-12-02 20:43:39.908476"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 20:43:39.909725"], ["updated_at", "2016-12-02 20:43:39.909725"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 20:43:39.911127"], ["updated_at", "2016-12-02 20:43:39.911127"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 20:43:39.912557"], ["updated_at", "2016-12-02 20:43:39.912557"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 20:43:39.913936"], ["updated_at", "2016-12-02 20:43:39.913936"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 20:43:39.915388"], ["updated_at", "2016-12-02 20:43:39.915388"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 20:43:39.916736"], ["updated_at", "2016-12-02 20:43:39.916736"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 20:43:39.918258"], ["updated_at", "2016-12-02 20:43:39.918258"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 20:43:39.919728"], ["updated_at", "2016-12-02 20:43:39.919728"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 20:43:39.921153"], ["updated_at", "2016-12-02 20:43:39.921153"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 20:43:39.922525"], ["updated_at", "2016-12-02 20:43:39.922525"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 20:43:39.923932"], ["updated_at", "2016-12-02 20:43:39.923932"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 20:43:39.925340"], ["updated_at", "2016-12-02 20:43:39.925340"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 20:43:39.926732"], ["updated_at", "2016-12-02 20:43:39.926732"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 20:43:39.928163"], ["updated_at", "2016-12-02 20:43:39.928163"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 20:43:39.929519"], ["updated_at", "2016-12-02 20:43:39.929519"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 20:43:39.930993"], ["updated_at", "2016-12-02 20:43:39.930993"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 20:43:39.932389"], ["updated_at", "2016-12-02 20:43:39.932389"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 0], ["username", "Email Address"], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-02 20:43:39.936097"], ["updated_at", "2016-12-02 20:43:39.936097"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:39.940173"], ["updated_at", "2016-12-02 20:43:39.940173"]]
   (0.8ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Projects?
200
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Projects == 200 (392220 bytes) 528ms>
Success - #<Google::Apis::SheetsV4::ValueRange:0x00000002d7ad78
 @major_dimension="ROWS",
 @range="Projects!A1:Y50004",
 @values=
  [["Project ID", "Project Name"],
   ["1", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"],
   ["2", "Alzheimer's Greater Los Angeles"],
   ["3", "American Red Cross at Cal"],
   ["4", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"],
   ["5", "AsylumConnect"],
   ["6", "Breathe California"],
   ["7", "California Poets in the Schools"],
   ["8", "China US Culture Exchange Center"],
   ["9", "CITY DOG SHARE (Calendar App)"],
   ["10", "CITY DOG SHARE (Dog Profile App)"],
   ["11", "CommunityGrows"],
   ["12", "Da-Tong Society of China Studies"],
   ["13", "Effective Altruists of Berkeley"],
   ["14", "Engineers Without Borders - San Francisco Professional Chapter"],
   ["15", "esential"],
   ["16", "Faludi Design"],
   ["17", "health4theworld.org"],
   ["18", "In the Potters Hands"],
   ["19", "Institute of Personality and Social Research"],
   ["20", "IntegrateNYC4Me"],
   ["21", "ORAM"],
   ["22", "Orinda Police Department"],
   ["23", "San Francisco Bay Bird observatory"],
   ["24", "Sankara Eye Foundation"],
   ["25", "TAGS (Hint Creation)"],
   ["26", "TAGS (Model Creation)"],
   ["27", "The Arctic Institute"],
   ["28", "UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)"],
   ["29", "UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["30", "UC Berkeley - EECS Department - CS 169 (ProjectScope)"],
   ["31", "UC Berkeley - EECS Department - CS 169 (Team Enrollment)"],
   ["32", "UC Berkeley Family Student Housing"],
   ["33", "UC Berkeley: Educational Technology Services"],
   ["34", "Visionaria Network"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"]]>

  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 20:43:42.746096"], ["updated_at", "2016-12-02 20:43:42.746096"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 20:43:42.747946"], ["updated_at", "2016-12-02 20:43:42.747946"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 20:43:42.749310"], ["updated_at", "2016-12-02 20:43:42.749310"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 20:43:42.750657"], ["updated_at", "2016-12-02 20:43:42.750657"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 20:43:42.752085"], ["updated_at", "2016-12-02 20:43:42.752085"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 20:43:42.753422"], ["updated_at", "2016-12-02 20:43:42.753422"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 20:43:42.754826"], ["updated_at", "2016-12-02 20:43:42.754826"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 20:43:42.756171"], ["updated_at", "2016-12-02 20:43:42.756171"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 20:43:42.757527"], ["updated_at", "2016-12-02 20:43:42.757527"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 20:43:42.758830"], ["updated_at", "2016-12-02 20:43:42.758830"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 20:43:42.760197"], ["updated_at", "2016-12-02 20:43:42.760197"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 20:43:42.761481"], ["updated_at", "2016-12-02 20:43:42.761481"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 20:43:42.762812"], ["updated_at", "2016-12-02 20:43:42.762812"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 20:43:42.764126"], ["updated_at", "2016-12-02 20:43:42.764126"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 20:43:42.765506"], ["updated_at", "2016-12-02 20:43:42.765506"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 20:43:42.766856"], ["updated_at", "2016-12-02 20:43:42.766856"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 20:43:42.768236"], ["updated_at", "2016-12-02 20:43:42.768236"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 20:43:42.769571"], ["updated_at", "2016-12-02 20:43:42.769571"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 20:43:42.770971"], ["updated_at", "2016-12-02 20:43:42.770971"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 20:43:42.772302"], ["updated_at", "2016-12-02 20:43:42.772302"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 20:43:42.773581"], ["updated_at", "2016-12-02 20:43:42.773581"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 22], ["project_name", "Orinda Police Department"], ["created_at", "2016-12-02 20:43:42.774975"], ["updated_at", "2016-12-02 20:43:42.774975"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 23], ["project_name", "San Francisco Bay Bird observatory"], ["created_at", "2016-12-02 20:43:42.776279"], ["updated_at", "2016-12-02 20:43:42.776279"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 24], ["project_name", "Sankara Eye Foundation"], ["created_at", "2016-12-02 20:43:42.777675"], ["updated_at", "2016-12-02 20:43:42.777675"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 25], ["project_name", "TAGS (Hint Creation)"], ["created_at", "2016-12-02 20:43:42.778984"], ["updated_at", "2016-12-02 20:43:42.778984"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 26], ["project_name", "TAGS (Model Creation)"], ["created_at", "2016-12-02 20:43:42.780320"], ["updated_at", "2016-12-02 20:43:42.780320"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 27], ["project_name", "The Arctic Institute"], ["created_at", "2016-12-02 20:43:42.781624"], ["updated_at", "2016-12-02 20:43:42.781624"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 28], ["project_name", "UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)"], ["created_at", "2016-12-02 20:43:42.782930"], ["updated_at", "2016-12-02 20:43:42.782930"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 29], ["project_name", "UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"], ["created_at", "2016-12-02 20:43:42.784273"], ["updated_at", "2016-12-02 20:43:42.784273"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 30], ["project_name", "UC Berkeley - EECS Department - CS 169 (ProjectScope)"], ["created_at", "2016-12-02 20:43:42.785605"], ["updated_at", "2016-12-02 20:43:42.785605"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 31], ["project_name", "UC Berkeley - EECS Department - CS 169 (Team Enrollment)"], ["created_at", "2016-12-02 20:43:42.786896"], ["updated_at", "2016-12-02 20:43:42.786896"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 32], ["project_name", "UC Berkeley Family Student Housing"], ["created_at", "2016-12-02 20:43:42.788239"], ["updated_at", "2016-12-02 20:43:42.788239"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 33], ["project_name", "UC Berkeley: Educational Technology Services"], ["created_at", "2016-12-02 20:43:42.789497"], ["updated_at", "2016-12-02 20:43:42.789497"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 34], ["project_name", "Visionaria Network"], ["created_at", "2016-12-02 20:43:42.790853"], ["updated_at", "2016-12-02 20:43:42.790853"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Groups%21A1%3AY1000?
200
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Groups%21A1%3AY1000 == 200 (13524 bytes) 145ms>
Success - #<Google::Apis::SheetsV4::ValueRange:0x00000009129540
 @major_dimension="ROWS",
 @range="Groups!A1:Y1000",
 @values=
  [["Timestamp",
    "Email Address",
    "What is your team ID?",
    "Assigned",
    "1st preference:",
    "2nd preference:",
    "3rd preference:",
    "4th preference:",
    "5th preference:",
    "6th preference",
    "7th preference",
    "7th preference"],
   ["9/16/2016 16:19:38",
    "yanxinyi@berkeley.edu",
    "1",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "15 esential",
    "9 CITY DOG SHARE (Calendar App)",
    "23 San Francisco Bay Bird observatory",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["9/15/2016 10:57:54",
    "jsullivan27@berkeley.edu",
    "2",
    "11 CommunityGrows",
    "11 CommunityGrows",
    "22 Orinda Police Department",
    "5 AsylumConnect",
    "9 CITY DOG SHARE (Calendar App)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "13 Effective Altruists of Berkeley",
    "27 The Arctic Institute"],
   ["9/20/2016 21:31:53",
    "aditya2013@berkeley.edu",
    "3",
    "27 The Arctic Institute",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "27 The Arctic Institute",
    "23 San Francisco Bay Bird observatory",
    "33 UC Berkeley: Educational Technology Services",
    "22 Orinda Police Department",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["9/20/2016 15:48:34",
    "junyuw@berkeley.edu",
    "4",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "9 CITY DOG SHARE (Calendar App)",
    "32 UC Berkeley Family Student Housing",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "11 CommunityGrows",
    "33 UC Berkeley: Educational Technology Services"],
   ["9/16/2016 14:07:20",
    "xiangyu.ren@berkeley.edu",
    "5",
    "22 Orinda Police Department",
    "2 Alzheimer's Greater Los Angeles",
    "15 esential",
    "22 Orinda Police Department",
    "32 UC Berkeley Family Student Housing",
    "8 China US Culture Exchange Center",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "6 Breathe California"],
   ["9/20/2016 17:10:46",
    "hubqwerty@berkeley.edu",
    "6",
    "15 esential",
    "15 esential",
    "12 Da-Tong Society of China Studies",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "10 CITY DOG SHARE (Dog Profile App)",
    "13 Effective Altruists of Berkeley",
    "9 CITY DOG SHARE (Calendar App)",
    "11 CommunityGrows"],
   ["9/18/2016 13:05:35",
    "wangxiangjiu@berkeley.edu",
    "7",
    "6 Breathe California",
    "6 Breathe California",
    "23 San Francisco Bay Bird observatory",
    "17 health4theworld.org",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "22 Orinda Police Department",
    "32 UC Berkeley Family Student Housing",
    "34 Visionaria Network"],
   ["9/19/2016 10:25:35",
    "kryuma@berkeley.edu",
    "8",
    "8 China US Culture Exchange Center",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "8 China US Culture Exchange Center",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "15 esential",
    "21 ORAM",
    "22 Orinda Police Department",
    "10 CITY DOG SHARE (Dog Profile App)"],
   ["9/20/2016 18:34:17",
    "njazari@berkeley.edu",
    "9",
    "24 Sankara Eye Foundation",
    "22 Orinda Police Department",
    "33 UC Berkeley: Educational Technology Services",
    "24 Sankara Eye Foundation",
    "19 Institute of Personality and Social Research",
    "8 China US Culture Exchange Center",
    "13 Effective Altruists of Berkeley",
    "20 IntegrateNYC4Me"],
   ["9/20/2016 0:16:21",
    "lizzysteger@berkeley.edu",
    "10",
    "12 Da-Tong Society of China Studies",
    "12 Da-Tong Society of China Studies",
    "32 UC Berkeley Family Student Housing",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "3 American Red Cross at Cal",
    "7 California Poets in the Schools",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "25 TAGS (Hint Creation)"],
   ["9/20/2016 12:02:09",
    "kadhirvelm@berkeley.edu",
    "11",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "13 Effective Altruists of Berkeley",
    "7 California Poets in the Schools",
    "6 Breathe California"],
   ["9/20/2016 12:46:42",
    "gunsoo02@berkeley.edu",
    "12",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "23 San Francisco Bay Bird observatory",
    "6 Breathe California",
    "19 Institute of Personality and Social Research",
    "22 Orinda Police Department",
    "27 The Arctic Institute",
    "3 American Red Cross at Cal"],
   ["9/16/2016 16:19:59",
    "kailiyen@berkeley.edu",
    "13",
    "21 ORAM",
    "21 ORAM",
    "5 AsylumConnect",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "20 IntegrateNYC4Me",
    "27 The Arctic Institute",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)"],
   ["9/20/2016 9:17:08",
    "hiftekhar@berkeley.edu",
    "14",
    "3 American Red Cross at Cal",
    "10 CITY DOG SHARE (Dog Profile App)",
    "3 American Red Cross at Cal",
    "23 San Francisco Bay Bird observatory",
    "7 California Poets in the Schools",
    "27 The Arctic Institute",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "11 CommunityGrows"],
   ["9/20/2016 15:42:53",
    "mingu08@berkeley.edu",
    "15",
    "32 UC Berkeley Family Student Housing",
    "32 UC Berkeley Family Student Housing",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "9 CITY DOG SHARE (Calendar App)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "15 esential",
    "33 UC Berkeley: Educational Technology Services",
    "14 Engineers Without Borders - San Francisco Professional Chapter"],
   ["9/15/2016 0:00:36",
    "stevencheng@berkeley.edu",
    "16",
    "9 CITY DOG SHARE (Calendar App)",
    "9 CITY DOG SHARE (Calendar App)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "2 Alzheimer's Greater Los Angeles",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)"],
   ["9/20/2016 22:46:40",
    "ross.teixeira@berkeley.edu",
    "17",
    "13 Effective Altruists of Berkeley",
    "13 Effective Altruists of Berkeley",
    "22 Orinda Police Department",
    "2 Alzheimer's Greater Los Angeles",
    "10 CITY DOG SHARE (Dog Profile App)",
    "32 UC Berkeley Family Student Housing",
    "7 California Poets in the Schools",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)"],
   ["9/18/2016 19:08:37",
    "dasolyoon@berkeley.edu",
    "18",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "33 UC Berkeley: Educational Technology Services",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "32 UC Berkeley Family Student Housing",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "13 Effective Altruists of Berkeley"],
   ["9/14/2016 23:59:07",
    "akuo5@berkeley.edu",
    "19",
    "10 CITY DOG SHARE (Dog Profile App)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "22 Orinda Police Department",
    "23 San Francisco Bay Bird observatory",
    "9 CITY DOG SHARE (Calendar App)",
    "15 esential",
    "3 American Red Cross at Cal"],
   ["9/20/2016 23:18:18",
    "jessheisme@berkeley.edu",
    "20",
    "34 Visionaria Network",
    "2 Alzheimer's Greater Los Angeles",
    "12 Da-Tong Society of China Studies",
    "15 esential",
    "10 CITY DOG SHARE (Dog Profile App)",
    "13 Effective Altruists of Berkeley",
    "34 Visionaria Network",
    "14 Engineers Without Borders - San Francisco Professional Chapter"],
   ["9/20/2016 21:55:33",
    "floresivette@berkeley.edu",
    "21",
    "7 California Poets in the Schools",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "12 Da-Tong Society of China Studies",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "32 UC Berkeley Family Student Housing",
    "22 Orinda Police Department",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "7 California Poets in the Schools"],
   ["9/20/2016 0:03:26",
    "wongdaniel8@berkeley.edu",
    "22",
    "2 Alzheimer's Greater Los Angeles",
    "2 Alzheimer's Greater Los Angeles",
    "21 ORAM",
    "33 UC Berkeley: Educational Technology Services",
    "11 CommunityGrows",
    "17 health4theworld.org",
    "10 CITY DOG SHARE (Dog Profile App)",
    "19 Institute of Personality and Social Research"],
   ["9/20/2016 17:32:16",
    "mcraig@berkeley.edu",
    "23",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "5 AsylumConnect",
    "27 The Arctic Institute",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "33 UC Berkeley: Educational Technology Services",
    "23 San Francisco Bay Bird observatory",
    "20 IntegrateNYC4Me"],
   ["9/19/2016 21:44:46",
    "tusharsingal@berkeley.edu",
    "24",
    "19 Institute of Personality and Social Research",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "22 Orinda Police Department",
    "6 Breathe California",
    "19 Institute of Personality and Social Research"],
   ["9/18/2016 22:24:41",
    "shuoyao@berkeley.edu",
    "25",
    "23 San Francisco Bay Bird observatory",
    "23 San Francisco Bay Bird observatory",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "2 Alzheimer's Greater Los Angeles",
    "27 The Arctic Institute",
    "13 Effective Altruists of Berkeley",
    "34 Visionaria Network",
    "3 American Red Cross at Cal"],
   ["9/19/2016 23:46:19",
    "theguo007@berkeley.edu",
    "26",
    "5 AsylumConnect",
    "5 AsylumConnect",
    "15 esential",
    "10 CITY DOG SHARE (Dog Profile App)",
    "9 CITY DOG SHARE (Calendar App)",
    "12 Da-Tong Society of China Studies",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "2 Alzheimer's Greater Los Angeles"],
   ["9/20/2016 22:38:28",
    "victorhlu@berkeley.edu",
    "28",
    "33 UC Berkeley: Educational Technology Services",
    "33 UC Berkeley: Educational Technology Services",
    "6 Breathe California",
    "19 Institute of Personality and Social Research",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "23 San Francisco Bay Bird observatory",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "10 CITY DOG SHARE (Dog Profile App)"],
   ["9/18/2016 19:28:24",
    "s.keegan@berkeley.edu",
    "29",
    "16 Faludi Design",
    "8 China US Culture Exchange Center",
    "16 Faludi Design",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "22 Orinda Police Department",
    "23 San Francisco Bay Bird observatory",
    "27 The Arctic Institute",
    "9 CITY DOG SHARE (Calendar App)"]]>

  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["username", "yanxinyi@berkeley.edu"], ["first_choice", 15], ["second_choice", 9], ["third_choice", 23], ["fourth_choice", 1], ["fifth_choice", 10], ["sixth_choice", 30], ["seventh_choice", 29], ["created_at", "2016-12-02 20:43:43.001585"], ["updated_at", "2016-12-02 20:43:43.001585"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 22], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 27], ["created_at", "2016-12-02 20:43:43.003745"], ["updated_at", "2016-12-02 20:43:43.003745"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 27], ["fourth_choice", 23], ["fifth_choice", 33], ["sixth_choice", 22], ["seventh_choice", 29], ["created_at", "2016-12-02 20:43:43.005558"], ["updated_at", "2016-12-02 20:43:43.005558"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 30], ["third_choice", 9], ["fourth_choice", 32], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 33], ["created_at", "2016-12-02 20:43:43.007376"], ["updated_at", "2016-12-02 20:43:43.007376"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 5], ["username", "xiangyu.ren@berkeley.edu"], ["first_choice", 2], ["second_choice", 15], ["third_choice", 22], ["fourth_choice", 32], ["fifth_choice", 8], ["sixth_choice", 14], ["seventh_choice", 6], ["created_at", "2016-12-02 20:43:43.009178"], ["updated_at", "2016-12-02 20:43:43.009178"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 6], ["username", "hubqwerty@berkeley.edu"], ["first_choice", 15], ["second_choice", 12], ["third_choice", 14], ["fourth_choice", 10], ["fifth_choice", 13], ["sixth_choice", 9], ["seventh_choice", 11], ["created_at", "2016-12-02 20:43:43.010979"], ["updated_at", "2016-12-02 20:43:43.010979"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 7], ["username", "wangxiangjiu@berkeley.edu"], ["first_choice", 6], ["second_choice", 23], ["third_choice", 17], ["fourth_choice", 4], ["fifth_choice", 22], ["sixth_choice", 32], ["seventh_choice", 34], ["created_at", "2016-12-02 20:43:43.012844"], ["updated_at", "2016-12-02 20:43:43.012844"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 8], ["username", "kryuma@berkeley.edu"], ["first_choice", 4], ["second_choice", 8], ["third_choice", 29], ["fourth_choice", 15], ["fifth_choice", 21], ["sixth_choice", 22], ["seventh_choice", 10], ["created_at", "2016-12-02 20:43:43.014677"], ["updated_at", "2016-12-02 20:43:43.014677"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 9], ["username", "njazari@berkeley.edu"], ["first_choice", 22], ["second_choice", 33], ["third_choice", 24], ["fourth_choice", 19], ["fifth_choice", 8], ["sixth_choice", 13], ["seventh_choice", 20], ["created_at", "2016-12-02 20:43:43.016553"], ["updated_at", "2016-12-02 20:43:43.016553"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 10], ["username", "lizzysteger@berkeley.edu"], ["first_choice", 12], ["second_choice", 32], ["third_choice", 31], ["fourth_choice", 3], ["fifth_choice", 7], ["sixth_choice", 29], ["seventh_choice", 25], ["created_at", "2016-12-02 20:43:43.018332"], ["updated_at", "2016-12-02 20:43:43.018332"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 11], ["username", "kadhirvelm@berkeley.edu"], ["first_choice", 29], ["second_choice", 31], ["third_choice", 28], ["fourth_choice", 30], ["fifth_choice", 13], ["sixth_choice", 7], ["seventh_choice", 6], ["created_at", "2016-12-02 20:43:43.020199"], ["updated_at", "2016-12-02 20:43:43.020199"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 12], ["username", "gunsoo02@berkeley.edu"], ["first_choice", 4], ["second_choice", 23], ["third_choice", 6], ["fourth_choice", 19], ["fifth_choice", 22], ["sixth_choice", 27], ["seventh_choice", 3], ["created_at", "2016-12-02 20:43:43.022137"], ["updated_at", "2016-12-02 20:43:43.022137"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 13], ["username", "kailiyen@berkeley.edu"], ["first_choice", 21], ["second_choice", 5], ["third_choice", 14], ["fourth_choice", 20], ["fifth_choice", 27], ["sixth_choice", 30], ["seventh_choice", 4], ["created_at", "2016-12-02 20:43:43.024083"], ["updated_at", "2016-12-02 20:43:43.024083"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 14], ["username", "hiftekhar@berkeley.edu"], ["first_choice", 10], ["second_choice", 3], ["third_choice", 23], ["fourth_choice", 7], ["fifth_choice", 27], ["sixth_choice", 1], ["seventh_choice", 11], ["created_at", "2016-12-02 20:43:43.025900"], ["updated_at", "2016-12-02 20:43:43.025900"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 15], ["username", "mingu08@berkeley.edu"], ["first_choice", 32], ["second_choice", 31], ["third_choice", 9], ["fourth_choice", 28], ["fifth_choice", 15], ["sixth_choice", 33], ["seventh_choice", 14], ["created_at", "2016-12-02 20:43:43.027689"], ["updated_at", "2016-12-02 20:43:43.027689"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 16], ["username", "stevencheng@berkeley.edu"], ["first_choice", 9], ["second_choice", 10], ["third_choice", 2], ["fourth_choice", 29], ["fifth_choice", 28], ["sixth_choice", 30], ["seventh_choice", 31], ["created_at", "2016-12-02 20:43:43.029511"], ["updated_at", "2016-12-02 20:43:43.029511"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 17], ["username", "ross.teixeira@berkeley.edu"], ["first_choice", 13], ["second_choice", 22], ["third_choice", 2], ["fourth_choice", 10], ["fifth_choice", 32], ["sixth_choice", 7], ["seventh_choice", 1], ["created_at", "2016-12-02 20:43:43.031345"], ["updated_at", "2016-12-02 20:43:43.031345"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 18], ["username", "dasolyoon@berkeley.edu"], ["first_choice", 31], ["second_choice", 33], ["third_choice", 29], ["fourth_choice", 32], ["fifth_choice", 14], ["sixth_choice", 28], ["seventh_choice", 13], ["created_at", "2016-12-02 20:43:43.033143"], ["updated_at", "2016-12-02 20:43:43.033143"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 19], ["username", "akuo5@berkeley.edu"], ["first_choice", 10], ["second_choice", 31], ["third_choice", 22], ["fourth_choice", 23], ["fifth_choice", 9], ["sixth_choice", 15], ["seventh_choice", 3], ["created_at", "2016-12-02 20:43:43.034951"], ["updated_at", "2016-12-02 20:43:43.034951"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 20], ["username", "jessheisme@berkeley.edu"], ["first_choice", 2], ["second_choice", 12], ["third_choice", 15], ["fourth_choice", 10], ["fifth_choice", 13], ["sixth_choice", 34], ["seventh_choice", 14], ["created_at", "2016-12-02 20:43:43.036759"], ["updated_at", "2016-12-02 20:43:43.036759"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 21], ["username", "floresivette@berkeley.edu"], ["first_choice", 4], ["second_choice", 12], ["third_choice", 31], ["fourth_choice", 32], ["fifth_choice", 22], ["sixth_choice", 1], ["seventh_choice", 7], ["created_at", "2016-12-02 20:43:43.038539"], ["updated_at", "2016-12-02 20:43:43.038539"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 22], ["username", "wongdaniel8@berkeley.edu"], ["first_choice", 2], ["second_choice", 21], ["third_choice", 33], ["fourth_choice", 11], ["fifth_choice", 17], ["sixth_choice", 10], ["seventh_choice", 19], ["created_at", "2016-12-02 20:43:43.040379"], ["updated_at", "2016-12-02 20:43:43.040379"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 23], ["username", "mcraig@berkeley.edu"], ["first_choice", 14], ["second_choice", 5], ["third_choice", 27], ["fourth_choice", 4], ["fifth_choice", 33], ["sixth_choice", 23], ["seventh_choice", 20], ["created_at", "2016-12-02 20:43:43.042148"], ["updated_at", "2016-12-02 20:43:43.042148"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 24], ["username", "tusharsingal@berkeley.edu"], ["first_choice", 29], ["second_choice", 14], ["third_choice", 31], ["fourth_choice", 30], ["fifth_choice", 22], ["sixth_choice", 6], ["seventh_choice", 19], ["created_at", "2016-12-02 20:43:43.043986"], ["updated_at", "2016-12-02 20:43:43.043986"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 25], ["username", "shuoyao@berkeley.edu"], ["first_choice", 23], ["second_choice", 4], ["third_choice", 2], ["fourth_choice", 27], ["fifth_choice", 13], ["sixth_choice", 34], ["seventh_choice", 3], ["created_at", "2016-12-02 20:43:43.045758"], ["updated_at", "2016-12-02 20:43:43.045758"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 26], ["username", "theguo007@berkeley.edu"], ["first_choice", 5], ["second_choice", 15], ["third_choice", 10], ["fourth_choice", 9], ["fifth_choice", 12], ["sixth_choice", 14], ["seventh_choice", 2], ["created_at", "2016-12-02 20:43:43.047525"], ["updated_at", "2016-12-02 20:43:43.047525"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 28], ["username", "victorhlu@berkeley.edu"], ["first_choice", 33], ["second_choice", 6], ["third_choice", 19], ["fourth_choice", 31], ["fifth_choice", 23], ["sixth_choice", 28], ["seventh_choice", 10], ["created_at", "2016-12-02 20:43:43.049340"], ["updated_at", "2016-12-02 20:43:43.049340"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 29], ["username", "s.keegan@berkeley.edu"], ["first_choice", 8], ["second_choice", 16], ["third_choice", 14], ["fourth_choice", 22], ["fifth_choice", 23], ["sixth_choice", 27], ["seventh_choice", 9], ["created_at", "2016-12-02 20:43:43.051112"], ["updated_at", "2016-12-02 20:43:43.051112"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:43.055197"], ["updated_at", "2016-12-02 20:43:43.055197"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/None?
400
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/None == 400 (265 bytes) 183ms>
Caught error badRequest: Unable to parse range: None
Error - #<Google::Apis::ClientError: badRequest: Unable to parse range: None>

  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Sending HTTP post https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match:clear?
200
#<Hurley::Response POST https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match:clear == 200 (114 bytes) 110ms>
Success - #<Google::Apis::SheetsV4::ClearValuesResponse:0x00000008f3d6c8
 @cleared_range="Current_Match!A1:Z1000",
 @spreadsheet_id="1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI">

Sending HTTP put https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match?valueInputOption=USER_ENTERED
200
#<Hurley::Response PUT https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match?valueInputOption=USER_ENTERED == 200 (175 bytes) 151ms>
Success - #<Google::Apis::SheetsV4::UpdateValuesResponse:0x00000008f0d298
 @spreadsheet_id="1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI",
 @updated_cells=3,
 @updated_columns=3,
 @updated_range="Current_Match!A1:C1",
 @updated_rows=1>

   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:43.651086"], ["updated_at", "2016-12-02 20:43:43.651086"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:43.658297"], ["updated_at", "2016-12-02 20:43:43.658297"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:43.694534"], ["updated_at", "2016-12-02 20:43:43.694534"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 20:43:43.700353"], ["updated_at", "2016-12-02 20:43:43.700353"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("group_tab", "created_at", "updated_at") VALUES (?, ?, ?)  [["group_tab", "!A1:Y1000"], ["created_at", "2016-12-02 20:43:43.711826"], ["updated_at", "2016-12-02 20:43:43.711826"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
Processing by MatchesController#new as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Redirected to http://test.host/matches
Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
Processing by MatchesController#new as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Redirected to http://test.host/matches
Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
   (0.1ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:48 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.7ms)
  Rendered login/index.html.erb within layouts/application (7.6ms)
Completed 200 OK in 387ms (Views: 372.2ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:49 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:49 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (29.9ms)
Completed 200 OK in 49ms (Views: 38.8ms | ActiveRecord: 0.8ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-02 21:19:49 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (1.1ms)
  Rendered projects/new.html.erb within layouts/application (3.0ms)
Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Bob%27s+Bakery" for 127.0.0.1 at 2016-12-02 21:19:49 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Bob's Bakery"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Bob's Bakery"], ["created_at", "2016-12-02 21:19:49.402433"], ["updated_at", "2016-12-02 21:19:49.402433"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 29ms (ActiveRecord: 0.8ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-02 21:19:49 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (1.6ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (5.5ms)
Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.2ms)
   (0.2ms)  rollback transaction
   (0.9ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:49 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (1.5ms)
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:49 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:49 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (1.5ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.4ms)
Completed 200 OK in 12ms (Views: 8.4ms | ActiveRecord: 1.9ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:49 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.6ms)
Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.4ms)
   (0.2ms)  rollback transaction
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:49 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:49 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:49 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.7ms)
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.4ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 21:19:49 +0000
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (12.1ms)
  Rendered google/index.html.erb within layouts/application (14.5ms)
Completed 200 OK in 23ms (Views: 22.1ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "groups"
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-02 21:19:50.135205"], ["updated_at", "2016-12-02 21:19:50.135205"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (1.3ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-02 21:19:50.138516"], ["updated_at", "2016-12-02 21:19:50.138516"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 42ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (5.2ms)
  Rendered google/index.html.erb within layouts/application (6.1ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.3ms)
Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.5ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (7.1ms)
  Rendered google/index.html.erb within layouts/application (8.0ms)
Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-02 21:19:50.254745"], ["updated_at", "2016-12-02 21:19:50.254745"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-02 21:19:50.256631"], ["updated_at", "2016-12-02 21:19:50.256631"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 32ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.9ms)
  Rendered google/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.5ms)
Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:50.339216"], ["updated_at", "2016-12-02 21:19:50.339216"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.6ms)
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:50.381223"], ["updated_at", "2016-12-02 21:19:50.381223"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (3.9ms)
  Rendered google/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:50.395493"], ["updated_at", "2016-12-02 21:19:50.395493"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 21:19:50.400973"], ["updated_at", "2016-12-02 21:19:50.400973"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 21:19:50.402556"], ["updated_at", "2016-12-02 21:19:50.402556"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 21:19:50.404034"], ["updated_at", "2016-12-02 21:19:50.404034"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 21:19:50.405435"], ["updated_at", "2016-12-02 21:19:50.405435"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 21:19:50.406755"], ["updated_at", "2016-12-02 21:19:50.406755"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 21:19:50.408242"], ["updated_at", "2016-12-02 21:19:50.408242"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 21:19:50.409583"], ["updated_at", "2016-12-02 21:19:50.409583"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 21:19:50.410881"], ["updated_at", "2016-12-02 21:19:50.410881"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 21:19:50.412277"], ["updated_at", "2016-12-02 21:19:50.412277"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 21:19:50.413610"], ["updated_at", "2016-12-02 21:19:50.413610"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 21:19:50.414986"], ["updated_at", "2016-12-02 21:19:50.414986"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 21:19:50.416879"], ["updated_at", "2016-12-02 21:19:50.416879"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 21:19:50.418236"], ["updated_at", "2016-12-02 21:19:50.418236"]]
   (0.3ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 21:19:50.419853"], ["updated_at", "2016-12-02 21:19:50.419853"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 21:19:50.421178"], ["updated_at", "2016-12-02 21:19:50.421178"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 21:19:50.422555"], ["updated_at", "2016-12-02 21:19:50.422555"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 21:19:50.424412"], ["updated_at", "2016-12-02 21:19:50.424412"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 21:19:50.426278"], ["updated_at", "2016-12-02 21:19:50.426278"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 21:19:50.428182"], ["updated_at", "2016-12-02 21:19:50.428182"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 21:19:50.430156"], ["updated_at", "2016-12-02 21:19:50.430156"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 21:19:50.432154"], ["updated_at", "2016-12-02 21:19:50.432154"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-02 21:19:50.435688"], ["updated_at", "2016-12-02 21:19:50.435688"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-02 21:19:50.439016"], ["updated_at", "2016-12-02 21:19:50.439016"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-02 21:19:50.442091"], ["updated_at", "2016-12-02 21:19:50.442091"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."force_matched_project_id" = ? LIMIT 1  [["force_matched_project_id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  UPDATE "groups" SET "force_matched_project_id" = ?, "updated_at" = ? WHERE "groups"."id" = ?  [["force_matched_project_id", 1], ["updated_at", "2016-12-02 21:19:50.473602"], ["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.2ms)
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.3ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
  Project Load (0.3ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 1], ["created_at", "2016-12-02 21:19:50.508606"], ["updated_at", "2016-12-02 21:19:50.508606"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-02 21:19:50.513316"], ["updated_at", "2016-12-02 21:19:50.513316"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-02 21:19:50.514724"], ["updated_at", "2016-12-02 21:19:50.514724"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 18ms (ActiveRecord: 1.7ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (15.3ms)
Completed 200 OK in 27ms (Views: 16.6ms | ActiveRecord: 0.9ms)
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.3ms)
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.3ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (24.1ms)
  Rendered google/index.html.erb within layouts/application (24.8ms)
Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.5ms)
Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.4ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.9ms)
  Rendered google/index.html.erb within layouts/application (5.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.8ms)
Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.5ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered groups/index.html.erb within layouts/application (1.5ms)
Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.2ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.6ms)
Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:50.738856"], ["updated_at", "2016-12-02 21:19:50.738856"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.6ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:50.780638"], ["updated_at", "2016-12-02 21:19:50.780638"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 8ms (ActiveRecord: 0.9ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (4.0ms)
  Rendered google/index.html.erb within layouts/application (4.8ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:50.796882"], ["updated_at", "2016-12-02 21:19:50.796882"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 21:19:50.801340"], ["updated_at", "2016-12-02 21:19:50.801340"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 21:19:50.802997"], ["updated_at", "2016-12-02 21:19:50.802997"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 21:19:50.804801"], ["updated_at", "2016-12-02 21:19:50.804801"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 21:19:50.806712"], ["updated_at", "2016-12-02 21:19:50.806712"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 21:19:50.808695"], ["updated_at", "2016-12-02 21:19:50.808695"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 21:19:50.810660"], ["updated_at", "2016-12-02 21:19:50.810660"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 21:19:50.812594"], ["updated_at", "2016-12-02 21:19:50.812594"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 21:19:50.814594"], ["updated_at", "2016-12-02 21:19:50.814594"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 21:19:50.816592"], ["updated_at", "2016-12-02 21:19:50.816592"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 21:19:50.818574"], ["updated_at", "2016-12-02 21:19:50.818574"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 21:19:50.820526"], ["updated_at", "2016-12-02 21:19:50.820526"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 21:19:50.822478"], ["updated_at", "2016-12-02 21:19:50.822478"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 21:19:50.824519"], ["updated_at", "2016-12-02 21:19:50.824519"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 21:19:50.826488"], ["updated_at", "2016-12-02 21:19:50.826488"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 21:19:50.828435"], ["updated_at", "2016-12-02 21:19:50.828435"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 21:19:50.830385"], ["updated_at", "2016-12-02 21:19:50.830385"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 21:19:50.831918"], ["updated_at", "2016-12-02 21:19:50.831918"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 21:19:50.833184"], ["updated_at", "2016-12-02 21:19:50.833184"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 21:19:50.834390"], ["updated_at", "2016-12-02 21:19:50.834390"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 21:19:50.835695"], ["updated_at", "2016-12-02 21:19:50.835695"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 21:19:50.837135"], ["updated_at", "2016-12-02 21:19:50.837135"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-02 21:19:50.839447"], ["updated_at", "2016-12-02 21:19:50.839447"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-02 21:19:50.841499"], ["updated_at", "2016-12-02 21:19:50.841499"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-02 21:19:50.843482"], ["updated_at", "2016-12-02 21:19:50.843482"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/groups" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 5]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (7.9ms)
Completed 200 OK in 12ms (Views: 9.3ms | ActiveRecord: 1.0ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓", "delete"=>{"2"=>"1"}}
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
   (0.1ms)  SAVEPOINT active_record_1
  Match Load (0.2ms)  SELECT  "matches".* FROM "matches" WHERE "matches"."group_id" = ? LIMIT 1  [["group_id", 2]]
  SQL (0.1ms)  DELETE FROM "groups" WHERE "groups"."id" = ?  [["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/groups
Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (5.2ms)
Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.8ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.9ms)
Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.4ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered groups/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓"}
Redirected to http://www.example.com/groups
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered groups/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.2ms)
Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.4ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.3ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:51.003816"], ["updated_at", "2016-12-02 21:19:51.003816"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.5ms)
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:51.048152"], ["updated_at", "2016-12-02 21:19:51.048152"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.8ms)
  Rendered google/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:51.064054"], ["updated_at", "2016-12-02 21:19:51.064054"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 21:19:51.068241"], ["updated_at", "2016-12-02 21:19:51.068241"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 21:19:51.070122"], ["updated_at", "2016-12-02 21:19:51.070122"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 21:19:51.071514"], ["updated_at", "2016-12-02 21:19:51.071514"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 21:19:51.072865"], ["updated_at", "2016-12-02 21:19:51.072865"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 21:19:51.074156"], ["updated_at", "2016-12-02 21:19:51.074156"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 21:19:51.075583"], ["updated_at", "2016-12-02 21:19:51.075583"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 21:19:51.076987"], ["updated_at", "2016-12-02 21:19:51.076987"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 21:19:51.078301"], ["updated_at", "2016-12-02 21:19:51.078301"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 21:19:51.079739"], ["updated_at", "2016-12-02 21:19:51.079739"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 21:19:51.081170"], ["updated_at", "2016-12-02 21:19:51.081170"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 21:19:51.082464"], ["updated_at", "2016-12-02 21:19:51.082464"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 21:19:51.083792"], ["updated_at", "2016-12-02 21:19:51.083792"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 21:19:51.085207"], ["updated_at", "2016-12-02 21:19:51.085207"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 21:19:51.086677"], ["updated_at", "2016-12-02 21:19:51.086677"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 21:19:51.088124"], ["updated_at", "2016-12-02 21:19:51.088124"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 21:19:51.089528"], ["updated_at", "2016-12-02 21:19:51.089528"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 21:19:51.090967"], ["updated_at", "2016-12-02 21:19:51.090967"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 21:19:51.092428"], ["updated_at", "2016-12-02 21:19:51.092428"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 21:19:51.093708"], ["updated_at", "2016-12-02 21:19:51.093708"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 21:19:51.095029"], ["updated_at", "2016-12-02 21:19:51.095029"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 21:19:51.096570"], ["updated_at", "2016-12-02 21:19:51.096570"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-02 21:19:51.098860"], ["updated_at", "2016-12-02 21:19:51.098860"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-02 21:19:51.101360"], ["updated_at", "2016-12-02 21:19:51.101360"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-02 21:19:51.103513"], ["updated_at", "2016-12-02 21:19:51.103513"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.5ms)
Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-02 21:19:51.124061"], ["updated_at", "2016-12-02 21:19:51.124061"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-02 21:19:51.125623"], ["updated_at", "2016-12-02 21:19:51.125623"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-02 21:19:51.127092"], ["updated_at", "2016-12-02 21:19:51.127092"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (9.4ms)
Completed 200 OK in 14ms (Views: 10.1ms | ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (9.4ms)
Completed 200 OK in 15ms (Views: 10.4ms | ActiveRecord: 1.0ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.5ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.3ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:51.206351"], ["updated_at", "2016-12-02 21:19:51.206351"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.5ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:51.247262"], ["updated_at", "2016-12-02 21:19:51.247262"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 8ms (ActiveRecord: 1.1ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.1ms)
  Rendered google/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:51.263519"], ["updated_at", "2016-12-02 21:19:51.263519"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 21:19:51.268821"], ["updated_at", "2016-12-02 21:19:51.268821"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 21:19:51.270403"], ["updated_at", "2016-12-02 21:19:51.270403"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 21:19:51.271884"], ["updated_at", "2016-12-02 21:19:51.271884"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 21:19:51.273261"], ["updated_at", "2016-12-02 21:19:51.273261"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 21:19:51.274673"], ["updated_at", "2016-12-02 21:19:51.274673"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 21:19:51.276179"], ["updated_at", "2016-12-02 21:19:51.276179"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 21:19:51.277531"], ["updated_at", "2016-12-02 21:19:51.277531"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 21:19:51.279331"], ["updated_at", "2016-12-02 21:19:51.279331"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 21:19:51.280854"], ["updated_at", "2016-12-02 21:19:51.280854"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 21:19:51.282519"], ["updated_at", "2016-12-02 21:19:51.282519"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 21:19:51.284201"], ["updated_at", "2016-12-02 21:19:51.284201"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 21:19:51.285839"], ["updated_at", "2016-12-02 21:19:51.285839"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 21:19:51.287427"], ["updated_at", "2016-12-02 21:19:51.287427"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 21:19:51.289166"], ["updated_at", "2016-12-02 21:19:51.289166"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 21:19:51.290738"], ["updated_at", "2016-12-02 21:19:51.290738"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 21:19:51.292130"], ["updated_at", "2016-12-02 21:19:51.292130"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 21:19:51.293480"], ["updated_at", "2016-12-02 21:19:51.293480"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 21:19:51.294803"], ["updated_at", "2016-12-02 21:19:51.294803"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 21:19:51.296227"], ["updated_at", "2016-12-02 21:19:51.296227"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 21:19:51.297600"], ["updated_at", "2016-12-02 21:19:51.297600"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 21:19:51.298898"], ["updated_at", "2016-12-02 21:19:51.298898"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-02 21:19:51.301893"], ["updated_at", "2016-12-02 21:19:51.301893"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-02 21:19:51.304032"], ["updated_at", "2016-12-02 21:19:51.304032"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-02 21:19:51.305881"], ["updated_at", "2016-12-02 21:19:51.305881"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.1ms)
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-02 21:19:51.326100"], ["updated_at", "2016-12-02 21:19:51.326100"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-02 21:19:51.327628"], ["updated_at", "2016-12-02 21:19:51.327628"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-02 21:19:51.329231"], ["updated_at", "2016-12-02 21:19:51.329231"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (8.0ms)
Completed 200 OK in 12ms (Views: 9.0ms | ActiveRecord: 0.8ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-02 21:19:51.362147"], ["updated_at", "2016-12-02 21:19:51.362147"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-02 21:19:51.364423"], ["updated_at", "2016-12-02 21:19:51.364423"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-02 21:19:51.365858"], ["updated_at", "2016-12-02 21:19:51.365858"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 11ms (ActiveRecord: 1.2ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (9.8ms)
Completed 200 OK in 16ms (Views: 11.2ms | ActiveRecord: 1.1ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.9ms)
Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.5ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.0ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.5ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.6ms)
Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.6ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
   (0.3ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.9ms)
Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.3ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered projects/new.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Test+Project" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Test Project"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Test Project"], ["created_at", "2016-12-02 21:19:51.495683"], ["updated_at", "2016-12-02 21:19:51.495683"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.7ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.8ms)
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:51.540076"], ["updated_at", "2016-12-02 21:19:51.540076"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.0ms)
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:51.597043"], ["updated_at", "2016-12-02 21:19:51.597043"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 21ms (ActiveRecord: 1.1ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.6ms)
  Rendered google/_not_authorized.html.erb (8.0ms)
  Rendered google/index.html.erb within layouts/application (9.2ms)
Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.0ms)
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:51.622123"], ["updated_at", "2016-12-02 21:19:51.622123"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 21:19:51.628487"], ["updated_at", "2016-12-02 21:19:51.628487"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 21:19:51.630883"], ["updated_at", "2016-12-02 21:19:51.630883"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 21:19:51.633185"], ["updated_at", "2016-12-02 21:19:51.633185"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 21:19:51.635434"], ["updated_at", "2016-12-02 21:19:51.635434"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 21:19:51.637691"], ["updated_at", "2016-12-02 21:19:51.637691"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 21:19:51.639913"], ["updated_at", "2016-12-02 21:19:51.639913"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 21:19:51.641861"], ["updated_at", "2016-12-02 21:19:51.641861"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 21:19:51.643521"], ["updated_at", "2016-12-02 21:19:51.643521"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 21:19:51.644954"], ["updated_at", "2016-12-02 21:19:51.644954"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 21:19:51.646479"], ["updated_at", "2016-12-02 21:19:51.646479"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 21:19:51.648283"], ["updated_at", "2016-12-02 21:19:51.648283"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 21:19:51.649690"], ["updated_at", "2016-12-02 21:19:51.649690"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 21:19:51.651171"], ["updated_at", "2016-12-02 21:19:51.651171"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 21:19:51.652702"], ["updated_at", "2016-12-02 21:19:51.652702"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 21:19:51.654100"], ["updated_at", "2016-12-02 21:19:51.654100"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 21:19:51.655760"], ["updated_at", "2016-12-02 21:19:51.655760"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 21:19:51.657183"], ["updated_at", "2016-12-02 21:19:51.657183"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 21:19:51.658859"], ["updated_at", "2016-12-02 21:19:51.658859"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 21:19:51.660294"], ["updated_at", "2016-12-02 21:19:51.660294"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 21:19:51.661829"], ["updated_at", "2016-12-02 21:19:51.661829"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 21:19:51.663223"], ["updated_at", "2016-12-02 21:19:51.663223"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-02 21:19:51.665586"], ["updated_at", "2016-12-02 21:19:51.665586"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-02 21:19:51.667620"], ["updated_at", "2016-12-02 21:19:51.667620"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-02 21:19:51.669763"], ["updated_at", "2016-12-02 21:19:51.669763"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.5ms)
Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-02 21:19:51.696218"], ["updated_at", "2016-12-02 21:19:51.696218"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-02 21:19:51.698352"], ["updated_at", "2016-12-02 21:19:51.698352"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-02 21:19:51.700086"], ["updated_at", "2016-12-02 21:19:51.700086"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 14ms (ActiveRecord: 1.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (11.0ms)
Completed 200 OK in 17ms (Views: 12.1ms | ActiveRecord: 1.2ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.5ms)
  Rendered matches/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.3ms)
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.4ms)
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.3ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:51.769146"], ["updated_at", "2016-12-02 21:19:51.769146"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.6ms)
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:51.825295"], ["updated_at", "2016-12-02 21:19:51.825295"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 10ms (ActiveRecord: 1.3ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (6.4ms)
  Rendered google/index.html.erb within layouts/application (7.2ms)
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:51.847747"], ["updated_at", "2016-12-02 21:19:51.847747"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 21:19:51.854552"], ["updated_at", "2016-12-02 21:19:51.854552"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 21:19:51.856974"], ["updated_at", "2016-12-02 21:19:51.856974"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 21:19:51.858821"], ["updated_at", "2016-12-02 21:19:51.858821"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 21:19:51.860782"], ["updated_at", "2016-12-02 21:19:51.860782"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 21:19:51.862637"], ["updated_at", "2016-12-02 21:19:51.862637"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 21:19:51.864549"], ["updated_at", "2016-12-02 21:19:51.864549"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 21:19:51.866383"], ["updated_at", "2016-12-02 21:19:51.866383"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 21:19:51.868318"], ["updated_at", "2016-12-02 21:19:51.868318"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 21:19:51.870204"], ["updated_at", "2016-12-02 21:19:51.870204"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 21:19:51.872077"], ["updated_at", "2016-12-02 21:19:51.872077"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 21:19:51.873970"], ["updated_at", "2016-12-02 21:19:51.873970"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 21:19:51.875861"], ["updated_at", "2016-12-02 21:19:51.875861"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 21:19:51.877795"], ["updated_at", "2016-12-02 21:19:51.877795"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 21:19:51.879562"], ["updated_at", "2016-12-02 21:19:51.879562"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 21:19:51.881661"], ["updated_at", "2016-12-02 21:19:51.881661"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 21:19:51.883571"], ["updated_at", "2016-12-02 21:19:51.883571"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 21:19:51.885002"], ["updated_at", "2016-12-02 21:19:51.885002"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 21:19:51.886472"], ["updated_at", "2016-12-02 21:19:51.886472"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 21:19:51.887871"], ["updated_at", "2016-12-02 21:19:51.887871"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 21:19:51.889140"], ["updated_at", "2016-12-02 21:19:51.889140"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 21:19:51.890530"], ["updated_at", "2016-12-02 21:19:51.890530"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-02 21:19:51.892944"], ["updated_at", "2016-12-02 21:19:51.892944"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-02 21:19:51.895231"], ["updated_at", "2016-12-02 21:19:51.895231"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-02 21:19:51.897330"], ["updated_at", "2016-12-02 21:19:51.897330"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.4ms)
Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-02 21:19:51.918939"], ["updated_at", "2016-12-02 21:19:51.918939"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-02 21:19:51.920790"], ["updated_at", "2016-12-02 21:19:51.920790"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-02 21:19:51.922343"], ["updated_at", "2016-12-02 21:19:51.922343"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (8.2ms)
Completed 200 OK in 13ms (Views: 9.3ms | ActiveRecord: 0.9ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.7ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:51.974860"], ["updated_at", "2016-12-02 21:19:51.974860"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:51 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.6ms)
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.3ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:52.022924"], ["updated_at", "2016-12-02 21:19:52.022924"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 10ms (ActiveRecord: 1.3ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (6.7ms)
  Rendered google/index.html.erb within layouts/application (7.6ms)
Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:52.045725"], ["updated_at", "2016-12-02 21:19:52.045725"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 21:19:52.049987"], ["updated_at", "2016-12-02 21:19:52.049987"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 21:19:52.051526"], ["updated_at", "2016-12-02 21:19:52.051526"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 21:19:52.052820"], ["updated_at", "2016-12-02 21:19:52.052820"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 21:19:52.054162"], ["updated_at", "2016-12-02 21:19:52.054162"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 21:19:52.055568"], ["updated_at", "2016-12-02 21:19:52.055568"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 21:19:52.057127"], ["updated_at", "2016-12-02 21:19:52.057127"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 21:19:52.058407"], ["updated_at", "2016-12-02 21:19:52.058407"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 21:19:52.059820"], ["updated_at", "2016-12-02 21:19:52.059820"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 21:19:52.061099"], ["updated_at", "2016-12-02 21:19:52.061099"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 21:19:52.062459"], ["updated_at", "2016-12-02 21:19:52.062459"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 21:19:52.063763"], ["updated_at", "2016-12-02 21:19:52.063763"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 21:19:52.065323"], ["updated_at", "2016-12-02 21:19:52.065323"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 21:19:52.066788"], ["updated_at", "2016-12-02 21:19:52.066788"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 21:19:52.068165"], ["updated_at", "2016-12-02 21:19:52.068165"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 21:19:52.069505"], ["updated_at", "2016-12-02 21:19:52.069505"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 21:19:52.070832"], ["updated_at", "2016-12-02 21:19:52.070832"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 21:19:52.072268"], ["updated_at", "2016-12-02 21:19:52.072268"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 21:19:52.073561"], ["updated_at", "2016-12-02 21:19:52.073561"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 21:19:52.074853"], ["updated_at", "2016-12-02 21:19:52.074853"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 21:19:52.076332"], ["updated_at", "2016-12-02 21:19:52.076332"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 21:19:52.077627"], ["updated_at", "2016-12-02 21:19:52.077627"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-02 21:19:52.080033"], ["updated_at", "2016-12-02 21:19:52.080033"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-02 21:19:52.082103"], ["updated_at", "2016-12-02 21:19:52.082103"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-02 21:19:52.084875"], ["updated_at", "2016-12-02 21:19:52.084875"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.7ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.0ms)
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-02 21:19:52.106849"], ["updated_at", "2016-12-02 21:19:52.106849"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-02 21:19:52.108577"], ["updated_at", "2016-12-02 21:19:52.108577"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-02 21:19:52.110111"], ["updated_at", "2016-12-02 21:19:52.110111"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (8.3ms)
Completed 200 OK in 13ms (Views: 9.3ms | ActiveRecord: 0.9ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered matches/index.html.erb within layouts/application (0.3ms)
Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (1.4ms)
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.3ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:52.158800"], ["updated_at", "2016-12-02 21:19:52.158800"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.9ms)
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:52.201587"], ["updated_at", "2016-12-02 21:19:52.201587"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 9ms (ActiveRecord: 1.2ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (5.1ms)
  Rendered google/index.html.erb within layouts/application (5.7ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:52.220489"], ["updated_at", "2016-12-02 21:19:52.220489"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 21:19:52.225778"], ["updated_at", "2016-12-02 21:19:52.225778"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 21:19:52.227449"], ["updated_at", "2016-12-02 21:19:52.227449"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 21:19:52.228999"], ["updated_at", "2016-12-02 21:19:52.228999"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 21:19:52.230507"], ["updated_at", "2016-12-02 21:19:52.230507"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 21:19:52.231941"], ["updated_at", "2016-12-02 21:19:52.231941"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 21:19:52.233467"], ["updated_at", "2016-12-02 21:19:52.233467"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 21:19:52.234899"], ["updated_at", "2016-12-02 21:19:52.234899"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 21:19:52.236514"], ["updated_at", "2016-12-02 21:19:52.236514"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 21:19:52.238061"], ["updated_at", "2016-12-02 21:19:52.238061"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 21:19:52.239756"], ["updated_at", "2016-12-02 21:19:52.239756"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 21:19:52.241629"], ["updated_at", "2016-12-02 21:19:52.241629"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 21:19:52.243841"], ["updated_at", "2016-12-02 21:19:52.243841"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 21:19:52.245737"], ["updated_at", "2016-12-02 21:19:52.245737"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 21:19:52.247872"], ["updated_at", "2016-12-02 21:19:52.247872"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 21:19:52.249638"], ["updated_at", "2016-12-02 21:19:52.249638"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 21:19:52.251299"], ["updated_at", "2016-12-02 21:19:52.251299"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 21:19:52.253311"], ["updated_at", "2016-12-02 21:19:52.253311"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 21:19:52.255093"], ["updated_at", "2016-12-02 21:19:52.255093"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 21:19:52.257149"], ["updated_at", "2016-12-02 21:19:52.257149"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 21:19:52.259067"], ["updated_at", "2016-12-02 21:19:52.259067"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 21:19:52.260672"], ["updated_at", "2016-12-02 21:19:52.260672"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-02 21:19:52.263829"], ["updated_at", "2016-12-02 21:19:52.263829"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-02 21:19:52.266728"], ["updated_at", "2016-12-02 21:19:52.266728"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-02 21:19:52.269163"], ["updated_at", "2016-12-02 21:19:52.269163"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-02 21:19:52.294175"], ["updated_at", "2016-12-02 21:19:52.294175"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-02 21:19:52.295912"], ["updated_at", "2016-12-02 21:19:52.295912"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-02 21:19:52.297441"], ["updated_at", "2016-12-02 21:19:52.297441"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 10ms (ActiveRecord: 1.3ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-02 21:19:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (9.6ms)
Completed 200 OK in 15ms (Views: 11.0ms | ActiveRecord: 1.0ms)
   (0.2ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
   (0.1ms)  begin transaction
Processing by MatchesController#new as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Redirected to http://test.host/matches
Completed 302 Found in 9ms (ActiveRecord: 0.5ms)
Processing by MatchesController#new as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Redirected to http://test.host/matches
Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.5ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:19:59.977156"], ["updated_at", "2016-12-02 21:19:59.977156"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:20:00.037200"], ["updated_at", "2016-12-02 21:20:00.037200"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:20:00.047715"], ["updated_at", "2016-12-02 21:20:00.047715"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:20:00.056316"], ["updated_at", "2016-12-02 21:20:00.056316"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Processing by GoogleController#save_preferences as HTML
Redirected to http://test.host/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("id", "created_at", "updated_at") VALUES (?, ?, ?)  [["id", 0], ["created_at", "2016-12-02 21:20:00.065966"], ["updated_at", "2016-12-02 21:20:00.065966"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 21:20:00.068037"], ["updated_at", "2016-12-02 21:20:00.068037"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 21:20:00.069546"], ["updated_at", "2016-12-02 21:20:00.069546"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 21:20:00.071020"], ["updated_at", "2016-12-02 21:20:00.071020"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 21:20:00.072334"], ["updated_at", "2016-12-02 21:20:00.072334"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 21:20:00.073652"], ["updated_at", "2016-12-02 21:20:00.073652"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 21:20:00.075016"], ["updated_at", "2016-12-02 21:20:00.075016"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 21:20:00.076369"], ["updated_at", "2016-12-02 21:20:00.076369"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 21:20:00.077686"], ["updated_at", "2016-12-02 21:20:00.077686"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 21:20:00.079211"], ["updated_at", "2016-12-02 21:20:00.079211"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 21:20:00.080601"], ["updated_at", "2016-12-02 21:20:00.080601"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 21:20:00.081990"], ["updated_at", "2016-12-02 21:20:00.081990"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 21:20:00.083494"], ["updated_at", "2016-12-02 21:20:00.083494"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 21:20:00.084974"], ["updated_at", "2016-12-02 21:20:00.084974"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 21:20:00.086483"], ["updated_at", "2016-12-02 21:20:00.086483"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 21:20:00.087976"], ["updated_at", "2016-12-02 21:20:00.087976"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 21:20:00.089546"], ["updated_at", "2016-12-02 21:20:00.089546"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 21:20:00.090949"], ["updated_at", "2016-12-02 21:20:00.090949"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 21:20:00.092351"], ["updated_at", "2016-12-02 21:20:00.092351"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 21:20:00.093747"], ["updated_at", "2016-12-02 21:20:00.093747"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 21:20:00.095217"], ["updated_at", "2016-12-02 21:20:00.095217"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 21:20:00.096597"], ["updated_at", "2016-12-02 21:20:00.096597"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.3ms)  SELECT "groups".* FROM "groups"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 0], ["username", "Email Address"], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-02 21:20:00.108519"], ["updated_at", "2016-12-02 21:20:00.108519"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:20:00.113209"], ["updated_at", "2016-12-02 21:20:00.113209"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.2ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:20:00.120494"], ["updated_at", "2016-12-02 21:20:00.120494"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Projects?
200
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Projects == 200 (392220 bytes) 197ms>
Success - #<Google::Apis::SheetsV4::ValueRange:0x000000040c5928
 @major_dimension="ROWS",
 @range="Projects!A1:Y50004",
 @values=
  [["Project ID", "Project Name"],
   ["1", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"],
   ["2", "Alzheimer's Greater Los Angeles"],
   ["3", "American Red Cross at Cal"],
   ["4", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"],
   ["5", "AsylumConnect"],
   ["6", "Breathe California"],
   ["7", "California Poets in the Schools"],
   ["8", "China US Culture Exchange Center"],
   ["9", "CITY DOG SHARE (Calendar App)"],
   ["10", "CITY DOG SHARE (Dog Profile App)"],
   ["11", "CommunityGrows"],
   ["12", "Da-Tong Society of China Studies"],
   ["13", "Effective Altruists of Berkeley"],
   ["14", "Engineers Without Borders - San Francisco Professional Chapter"],
   ["15", "esential"],
   ["16", "Faludi Design"],
   ["17", "health4theworld.org"],
   ["18", "In the Potters Hands"],
   ["19", "Institute of Personality and Social Research"],
   ["20", "IntegrateNYC4Me"],
   ["21", "ORAM"],
   ["22", "Orinda Police Department"],
   ["23", "San Francisco Bay Bird observatory"],
   ["24", "Sankara Eye Foundation"],
   ["25", "TAGS (Hint Creation)"],
   ["26", "TAGS (Model Creation)"],
   ["27", "The Arctic Institute"],
   ["28", "UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)"],
   ["29", "UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["30", "UC Berkeley - EECS Department - CS 169 (ProjectScope)"],
   ["31", "UC Berkeley - EECS Department - CS 169 (Team Enrollment)"],
   ["32", "UC Berkeley Family Student Housing"],
   ["33", "UC Berkeley: Educational Technology Services"],
   ["34", "Visionaria Network"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"]]>

  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-02 21:20:03.284990"], ["updated_at", "2016-12-02 21:20:03.284990"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-02 21:20:03.287754"], ["updated_at", "2016-12-02 21:20:03.287754"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-02 21:20:03.290466"], ["updated_at", "2016-12-02 21:20:03.290466"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-02 21:20:03.292719"], ["updated_at", "2016-12-02 21:20:03.292719"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-02 21:20:03.294494"], ["updated_at", "2016-12-02 21:20:03.294494"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-02 21:20:03.296418"], ["updated_at", "2016-12-02 21:20:03.296418"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-02 21:20:03.299631"], ["updated_at", "2016-12-02 21:20:03.299631"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-02 21:20:03.301545"], ["updated_at", "2016-12-02 21:20:03.301545"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-02 21:20:03.303407"], ["updated_at", "2016-12-02 21:20:03.303407"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-02 21:20:03.305294"], ["updated_at", "2016-12-02 21:20:03.305294"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-02 21:20:03.307171"], ["updated_at", "2016-12-02 21:20:03.307171"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-02 21:20:03.309301"], ["updated_at", "2016-12-02 21:20:03.309301"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-02 21:20:03.312912"], ["updated_at", "2016-12-02 21:20:03.312912"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-02 21:20:03.314932"], ["updated_at", "2016-12-02 21:20:03.314932"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-02 21:20:03.316784"], ["updated_at", "2016-12-02 21:20:03.316784"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-02 21:20:03.318628"], ["updated_at", "2016-12-02 21:20:03.318628"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-02 21:20:03.320553"], ["updated_at", "2016-12-02 21:20:03.320553"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-02 21:20:03.322433"], ["updated_at", "2016-12-02 21:20:03.322433"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-02 21:20:03.324371"], ["updated_at", "2016-12-02 21:20:03.324371"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-02 21:20:03.326235"], ["updated_at", "2016-12-02 21:20:03.326235"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-02 21:20:03.328149"], ["updated_at", "2016-12-02 21:20:03.328149"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 22], ["project_name", "Orinda Police Department"], ["created_at", "2016-12-02 21:20:03.330134"], ["updated_at", "2016-12-02 21:20:03.330134"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 23], ["project_name", "San Francisco Bay Bird observatory"], ["created_at", "2016-12-02 21:20:03.332136"], ["updated_at", "2016-12-02 21:20:03.332136"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 24], ["project_name", "Sankara Eye Foundation"], ["created_at", "2016-12-02 21:20:03.334005"], ["updated_at", "2016-12-02 21:20:03.334005"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 25], ["project_name", "TAGS (Hint Creation)"], ["created_at", "2016-12-02 21:20:03.335943"], ["updated_at", "2016-12-02 21:20:03.335943"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 26], ["project_name", "TAGS (Model Creation)"], ["created_at", "2016-12-02 21:20:03.337731"], ["updated_at", "2016-12-02 21:20:03.337731"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 27], ["project_name", "The Arctic Institute"], ["created_at", "2016-12-02 21:20:03.339667"], ["updated_at", "2016-12-02 21:20:03.339667"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 28], ["project_name", "UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)"], ["created_at", "2016-12-02 21:20:03.341501"], ["updated_at", "2016-12-02 21:20:03.341501"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 29], ["project_name", "UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"], ["created_at", "2016-12-02 21:20:03.343409"], ["updated_at", "2016-12-02 21:20:03.343409"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 30], ["project_name", "UC Berkeley - EECS Department - CS 169 (ProjectScope)"], ["created_at", "2016-12-02 21:20:03.346033"], ["updated_at", "2016-12-02 21:20:03.346033"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 31], ["project_name", "UC Berkeley - EECS Department - CS 169 (Team Enrollment)"], ["created_at", "2016-12-02 21:20:03.348050"], ["updated_at", "2016-12-02 21:20:03.348050"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (4.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 32], ["project_name", "UC Berkeley Family Student Housing"], ["created_at", "2016-12-02 21:20:03.353894"], ["updated_at", "2016-12-02 21:20:03.353894"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 33], ["project_name", "UC Berkeley: Educational Technology Services"], ["created_at", "2016-12-02 21:20:03.355954"], ["updated_at", "2016-12-02 21:20:03.355954"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 34], ["project_name", "Visionaria Network"], ["created_at", "2016-12-02 21:20:03.357832"], ["updated_at", "2016-12-02 21:20:03.357832"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Groups%21A1%3AY1000?
200
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Groups%21A1%3AY1000 == 200 (13524 bytes) 146ms>
Success - #<Google::Apis::SheetsV4::ValueRange:0x00000008785890
 @major_dimension="ROWS",
 @range="Groups!A1:Y1000",
 @values=
  [["Timestamp",
    "Email Address",
    "What is your team ID?",
    "Assigned",
    "1st preference:",
    "2nd preference:",
    "3rd preference:",
    "4th preference:",
    "5th preference:",
    "6th preference",
    "7th preference",
    "7th preference"],
   ["9/16/2016 16:19:38",
    "yanxinyi@berkeley.edu",
    "1",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "15 esential",
    "9 CITY DOG SHARE (Calendar App)",
    "23 San Francisco Bay Bird observatory",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["9/15/2016 10:57:54",
    "jsullivan27@berkeley.edu",
    "2",
    "11 CommunityGrows",
    "11 CommunityGrows",
    "22 Orinda Police Department",
    "5 AsylumConnect",
    "9 CITY DOG SHARE (Calendar App)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "13 Effective Altruists of Berkeley",
    "27 The Arctic Institute"],
   ["9/20/2016 21:31:53",
    "aditya2013@berkeley.edu",
    "3",
    "27 The Arctic Institute",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "27 The Arctic Institute",
    "23 San Francisco Bay Bird observatory",
    "33 UC Berkeley: Educational Technology Services",
    "22 Orinda Police Department",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["9/20/2016 15:48:34",
    "junyuw@berkeley.edu",
    "4",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "9 CITY DOG SHARE (Calendar App)",
    "32 UC Berkeley Family Student Housing",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "11 CommunityGrows",
    "33 UC Berkeley: Educational Technology Services"],
   ["9/16/2016 14:07:20",
    "xiangyu.ren@berkeley.edu",
    "5",
    "22 Orinda Police Department",
    "2 Alzheimer's Greater Los Angeles",
    "15 esential",
    "22 Orinda Police Department",
    "32 UC Berkeley Family Student Housing",
    "8 China US Culture Exchange Center",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "6 Breathe California"],
   ["9/20/2016 17:10:46",
    "hubqwerty@berkeley.edu",
    "6",
    "15 esential",
    "15 esential",
    "12 Da-Tong Society of China Studies",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "10 CITY DOG SHARE (Dog Profile App)",
    "13 Effective Altruists of Berkeley",
    "9 CITY DOG SHARE (Calendar App)",
    "11 CommunityGrows"],
   ["9/18/2016 13:05:35",
    "wangxiangjiu@berkeley.edu",
    "7",
    "6 Breathe California",
    "6 Breathe California",
    "23 San Francisco Bay Bird observatory",
    "17 health4theworld.org",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "22 Orinda Police Department",
    "32 UC Berkeley Family Student Housing",
    "34 Visionaria Network"],
   ["9/19/2016 10:25:35",
    "kryuma@berkeley.edu",
    "8",
    "8 China US Culture Exchange Center",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "8 China US Culture Exchange Center",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "15 esential",
    "21 ORAM",
    "22 Orinda Police Department",
    "10 CITY DOG SHARE (Dog Profile App)"],
   ["9/20/2016 18:34:17",
    "njazari@berkeley.edu",
    "9",
    "24 Sankara Eye Foundation",
    "22 Orinda Police Department",
    "33 UC Berkeley: Educational Technology Services",
    "24 Sankara Eye Foundation",
    "19 Institute of Personality and Social Research",
    "8 China US Culture Exchange Center",
    "13 Effective Altruists of Berkeley",
    "20 IntegrateNYC4Me"],
   ["9/20/2016 0:16:21",
    "lizzysteger@berkeley.edu",
    "10",
    "12 Da-Tong Society of China Studies",
    "12 Da-Tong Society of China Studies",
    "32 UC Berkeley Family Student Housing",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "3 American Red Cross at Cal",
    "7 California Poets in the Schools",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "25 TAGS (Hint Creation)"],
   ["9/20/2016 12:02:09",
    "kadhirvelm@berkeley.edu",
    "11",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "13 Effective Altruists of Berkeley",
    "7 California Poets in the Schools",
    "6 Breathe California"],
   ["9/20/2016 12:46:42",
    "gunsoo02@berkeley.edu",
    "12",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "23 San Francisco Bay Bird observatory",
    "6 Breathe California",
    "19 Institute of Personality and Social Research",
    "22 Orinda Police Department",
    "27 The Arctic Institute",
    "3 American Red Cross at Cal"],
   ["9/16/2016 16:19:59",
    "kailiyen@berkeley.edu",
    "13",
    "21 ORAM",
    "21 ORAM",
    "5 AsylumConnect",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "20 IntegrateNYC4Me",
    "27 The Arctic Institute",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)"],
   ["9/20/2016 9:17:08",
    "hiftekhar@berkeley.edu",
    "14",
    "3 American Red Cross at Cal",
    "10 CITY DOG SHARE (Dog Profile App)",
    "3 American Red Cross at Cal",
    "23 San Francisco Bay Bird observatory",
    "7 California Poets in the Schools",
    "27 The Arctic Institute",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "11 CommunityGrows"],
   ["9/20/2016 15:42:53",
    "mingu08@berkeley.edu",
    "15",
    "32 UC Berkeley Family Student Housing",
    "32 UC Berkeley Family Student Housing",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "9 CITY DOG SHARE (Calendar App)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "15 esential",
    "33 UC Berkeley: Educational Technology Services",
    "14 Engineers Without Borders - San Francisco Professional Chapter"],
   ["9/15/2016 0:00:36",
    "stevencheng@berkeley.edu",
    "16",
    "9 CITY DOG SHARE (Calendar App)",
    "9 CITY DOG SHARE (Calendar App)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "2 Alzheimer's Greater Los Angeles",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)"],
   ["9/20/2016 22:46:40",
    "ross.teixeira@berkeley.edu",
    "17",
    "13 Effective Altruists of Berkeley",
    "13 Effective Altruists of Berkeley",
    "22 Orinda Police Department",
    "2 Alzheimer's Greater Los Angeles",
    "10 CITY DOG SHARE (Dog Profile App)",
    "32 UC Berkeley Family Student Housing",
    "7 California Poets in the Schools",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)"],
   ["9/18/2016 19:08:37",
    "dasolyoon@berkeley.edu",
    "18",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "33 UC Berkeley: Educational Technology Services",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "32 UC Berkeley Family Student Housing",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "13 Effective Altruists of Berkeley"],
   ["9/14/2016 23:59:07",
    "akuo5@berkeley.edu",
    "19",
    "10 CITY DOG SHARE (Dog Profile App)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "22 Orinda Police Department",
    "23 San Francisco Bay Bird observatory",
    "9 CITY DOG SHARE (Calendar App)",
    "15 esential",
    "3 American Red Cross at Cal"],
   ["9/20/2016 23:18:18",
    "jessheisme@berkeley.edu",
    "20",
    "34 Visionaria Network",
    "2 Alzheimer's Greater Los Angeles",
    "12 Da-Tong Society of China Studies",
    "15 esential",
    "10 CITY DOG SHARE (Dog Profile App)",
    "13 Effective Altruists of Berkeley",
    "34 Visionaria Network",
    "14 Engineers Without Borders - San Francisco Professional Chapter"],
   ["9/20/2016 21:55:33",
    "floresivette@berkeley.edu",
    "21",
    "7 California Poets in the Schools",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "12 Da-Tong Society of China Studies",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "32 UC Berkeley Family Student Housing",
    "22 Orinda Police Department",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "7 California Poets in the Schools"],
   ["9/20/2016 0:03:26",
    "wongdaniel8@berkeley.edu",
    "22",
    "2 Alzheimer's Greater Los Angeles",
    "2 Alzheimer's Greater Los Angeles",
    "21 ORAM",
    "33 UC Berkeley: Educational Technology Services",
    "11 CommunityGrows",
    "17 health4theworld.org",
    "10 CITY DOG SHARE (Dog Profile App)",
    "19 Institute of Personality and Social Research"],
   ["9/20/2016 17:32:16",
    "mcraig@berkeley.edu",
    "23",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "5 AsylumConnect",
    "27 The Arctic Institute",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "33 UC Berkeley: Educational Technology Services",
    "23 San Francisco Bay Bird observatory",
    "20 IntegrateNYC4Me"],
   ["9/19/2016 21:44:46",
    "tusharsingal@berkeley.edu",
    "24",
    "19 Institute of Personality and Social Research",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "22 Orinda Police Department",
    "6 Breathe California",
    "19 Institute of Personality and Social Research"],
   ["9/18/2016 22:24:41",
    "shuoyao@berkeley.edu",
    "25",
    "23 San Francisco Bay Bird observatory",
    "23 San Francisco Bay Bird observatory",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "2 Alzheimer's Greater Los Angeles",
    "27 The Arctic Institute",
    "13 Effective Altruists of Berkeley",
    "34 Visionaria Network",
    "3 American Red Cross at Cal"],
   ["9/19/2016 23:46:19",
    "theguo007@berkeley.edu",
    "26",
    "5 AsylumConnect",
    "5 AsylumConnect",
    "15 esential",
    "10 CITY DOG SHARE (Dog Profile App)",
    "9 CITY DOG SHARE (Calendar App)",
    "12 Da-Tong Society of China Studies",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "2 Alzheimer's Greater Los Angeles"],
   ["9/20/2016 22:38:28",
    "victorhlu@berkeley.edu",
    "28",
    "33 UC Berkeley: Educational Technology Services",
    "33 UC Berkeley: Educational Technology Services",
    "6 Breathe California",
    "19 Institute of Personality and Social Research",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "23 San Francisco Bay Bird observatory",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "10 CITY DOG SHARE (Dog Profile App)"],
   ["9/18/2016 19:28:24",
    "s.keegan@berkeley.edu",
    "29",
    "16 Faludi Design",
    "8 China US Culture Exchange Center",
    "16 Faludi Design",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "22 Orinda Police Department",
    "23 San Francisco Bay Bird observatory",
    "27 The Arctic Institute",
    "9 CITY DOG SHARE (Calendar App)"]]>

  Group Load (0.3ms)  SELECT "groups".* FROM "groups"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["username", "yanxinyi@berkeley.edu"], ["first_choice", 15], ["second_choice", 9], ["third_choice", 23], ["fourth_choice", 1], ["fifth_choice", 10], ["sixth_choice", 30], ["seventh_choice", 29], ["created_at", "2016-12-02 21:20:03.532653"], ["updated_at", "2016-12-02 21:20:03.532653"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 22], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 27], ["created_at", "2016-12-02 21:20:03.536153"], ["updated_at", "2016-12-02 21:20:03.536153"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 27], ["fourth_choice", 23], ["fifth_choice", 33], ["sixth_choice", 22], ["seventh_choice", 29], ["created_at", "2016-12-02 21:20:03.538962"], ["updated_at", "2016-12-02 21:20:03.538962"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 30], ["third_choice", 9], ["fourth_choice", 32], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 33], ["created_at", "2016-12-02 21:20:03.541808"], ["updated_at", "2016-12-02 21:20:03.541808"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 5], ["username", "xiangyu.ren@berkeley.edu"], ["first_choice", 2], ["second_choice", 15], ["third_choice", 22], ["fourth_choice", 32], ["fifth_choice", 8], ["sixth_choice", 14], ["seventh_choice", 6], ["created_at", "2016-12-02 21:20:03.544590"], ["updated_at", "2016-12-02 21:20:03.544590"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 6], ["username", "hubqwerty@berkeley.edu"], ["first_choice", 15], ["second_choice", 12], ["third_choice", 14], ["fourth_choice", 10], ["fifth_choice", 13], ["sixth_choice", 9], ["seventh_choice", 11], ["created_at", "2016-12-02 21:20:03.547413"], ["updated_at", "2016-12-02 21:20:03.547413"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 7], ["username", "wangxiangjiu@berkeley.edu"], ["first_choice", 6], ["second_choice", 23], ["third_choice", 17], ["fourth_choice", 4], ["fifth_choice", 22], ["sixth_choice", 32], ["seventh_choice", 34], ["created_at", "2016-12-02 21:20:03.550172"], ["updated_at", "2016-12-02 21:20:03.550172"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 8], ["username", "kryuma@berkeley.edu"], ["first_choice", 4], ["second_choice", 8], ["third_choice", 29], ["fourth_choice", 15], ["fifth_choice", 21], ["sixth_choice", 22], ["seventh_choice", 10], ["created_at", "2016-12-02 21:20:03.552988"], ["updated_at", "2016-12-02 21:20:03.552988"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 9], ["username", "njazari@berkeley.edu"], ["first_choice", 22], ["second_choice", 33], ["third_choice", 24], ["fourth_choice", 19], ["fifth_choice", 8], ["sixth_choice", 13], ["seventh_choice", 20], ["created_at", "2016-12-02 21:20:03.555620"], ["updated_at", "2016-12-02 21:20:03.555620"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 10], ["username", "lizzysteger@berkeley.edu"], ["first_choice", 12], ["second_choice", 32], ["third_choice", 31], ["fourth_choice", 3], ["fifth_choice", 7], ["sixth_choice", 29], ["seventh_choice", 25], ["created_at", "2016-12-02 21:20:03.557657"], ["updated_at", "2016-12-02 21:20:03.557657"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 11], ["username", "kadhirvelm@berkeley.edu"], ["first_choice", 29], ["second_choice", 31], ["third_choice", 28], ["fourth_choice", 30], ["fifth_choice", 13], ["sixth_choice", 7], ["seventh_choice", 6], ["created_at", "2016-12-02 21:20:03.559729"], ["updated_at", "2016-12-02 21:20:03.559729"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 12], ["username", "gunsoo02@berkeley.edu"], ["first_choice", 4], ["second_choice", 23], ["third_choice", 6], ["fourth_choice", 19], ["fifth_choice", 22], ["sixth_choice", 27], ["seventh_choice", 3], ["created_at", "2016-12-02 21:20:03.561574"], ["updated_at", "2016-12-02 21:20:03.561574"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 13], ["username", "kailiyen@berkeley.edu"], ["first_choice", 21], ["second_choice", 5], ["third_choice", 14], ["fourth_choice", 20], ["fifth_choice", 27], ["sixth_choice", 30], ["seventh_choice", 4], ["created_at", "2016-12-02 21:20:03.563409"], ["updated_at", "2016-12-02 21:20:03.563409"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 14], ["username", "hiftekhar@berkeley.edu"], ["first_choice", 10], ["second_choice", 3], ["third_choice", 23], ["fourth_choice", 7], ["fifth_choice", 27], ["sixth_choice", 1], ["seventh_choice", 11], ["created_at", "2016-12-02 21:20:03.566000"], ["updated_at", "2016-12-02 21:20:03.566000"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 15], ["username", "mingu08@berkeley.edu"], ["first_choice", 32], ["second_choice", 31], ["third_choice", 9], ["fourth_choice", 28], ["fifth_choice", 15], ["sixth_choice", 33], ["seventh_choice", 14], ["created_at", "2016-12-02 21:20:03.568774"], ["updated_at", "2016-12-02 21:20:03.568774"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 16], ["username", "stevencheng@berkeley.edu"], ["first_choice", 9], ["second_choice", 10], ["third_choice", 2], ["fourth_choice", 29], ["fifth_choice", 28], ["sixth_choice", 30], ["seventh_choice", 31], ["created_at", "2016-12-02 21:20:03.570612"], ["updated_at", "2016-12-02 21:20:03.570612"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 17], ["username", "ross.teixeira@berkeley.edu"], ["first_choice", 13], ["second_choice", 22], ["third_choice", 2], ["fourth_choice", 10], ["fifth_choice", 32], ["sixth_choice", 7], ["seventh_choice", 1], ["created_at", "2016-12-02 21:20:03.572433"], ["updated_at", "2016-12-02 21:20:03.572433"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 18], ["username", "dasolyoon@berkeley.edu"], ["first_choice", 31], ["second_choice", 33], ["third_choice", 29], ["fourth_choice", 32], ["fifth_choice", 14], ["sixth_choice", 28], ["seventh_choice", 13], ["created_at", "2016-12-02 21:20:03.574185"], ["updated_at", "2016-12-02 21:20:03.574185"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 19], ["username", "akuo5@berkeley.edu"], ["first_choice", 10], ["second_choice", 31], ["third_choice", 22], ["fourth_choice", 23], ["fifth_choice", 9], ["sixth_choice", 15], ["seventh_choice", 3], ["created_at", "2016-12-02 21:20:03.576854"], ["updated_at", "2016-12-02 21:20:03.576854"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 20], ["username", "jessheisme@berkeley.edu"], ["first_choice", 2], ["second_choice", 12], ["third_choice", 15], ["fourth_choice", 10], ["fifth_choice", 13], ["sixth_choice", 34], ["seventh_choice", 14], ["created_at", "2016-12-02 21:20:03.580677"], ["updated_at", "2016-12-02 21:20:03.580677"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 21], ["username", "floresivette@berkeley.edu"], ["first_choice", 4], ["second_choice", 12], ["third_choice", 31], ["fourth_choice", 32], ["fifth_choice", 22], ["sixth_choice", 1], ["seventh_choice", 7], ["created_at", "2016-12-02 21:20:03.583507"], ["updated_at", "2016-12-02 21:20:03.583507"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 22], ["username", "wongdaniel8@berkeley.edu"], ["first_choice", 2], ["second_choice", 21], ["third_choice", 33], ["fourth_choice", 11], ["fifth_choice", 17], ["sixth_choice", 10], ["seventh_choice", 19], ["created_at", "2016-12-02 21:20:03.586229"], ["updated_at", "2016-12-02 21:20:03.586229"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 23], ["username", "mcraig@berkeley.edu"], ["first_choice", 14], ["second_choice", 5], ["third_choice", 27], ["fourth_choice", 4], ["fifth_choice", 33], ["sixth_choice", 23], ["seventh_choice", 20], ["created_at", "2016-12-02 21:20:03.589701"], ["updated_at", "2016-12-02 21:20:03.589701"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 24], ["username", "tusharsingal@berkeley.edu"], ["first_choice", 29], ["second_choice", 14], ["third_choice", 31], ["fourth_choice", 30], ["fifth_choice", 22], ["sixth_choice", 6], ["seventh_choice", 19], ["created_at", "2016-12-02 21:20:03.592434"], ["updated_at", "2016-12-02 21:20:03.592434"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 25], ["username", "shuoyao@berkeley.edu"], ["first_choice", 23], ["second_choice", 4], ["third_choice", 2], ["fourth_choice", 27], ["fifth_choice", 13], ["sixth_choice", 34], ["seventh_choice", 3], ["created_at", "2016-12-02 21:20:03.594868"], ["updated_at", "2016-12-02 21:20:03.594868"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 26], ["username", "theguo007@berkeley.edu"], ["first_choice", 5], ["second_choice", 15], ["third_choice", 10], ["fourth_choice", 9], ["fifth_choice", 12], ["sixth_choice", 14], ["seventh_choice", 2], ["created_at", "2016-12-02 21:20:03.597545"], ["updated_at", "2016-12-02 21:20:03.597545"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 28], ["username", "victorhlu@berkeley.edu"], ["first_choice", 33], ["second_choice", 6], ["third_choice", 19], ["fourth_choice", 31], ["fifth_choice", 23], ["sixth_choice", 28], ["seventh_choice", 10], ["created_at", "2016-12-02 21:20:03.599876"], ["updated_at", "2016-12-02 21:20:03.599876"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 29], ["username", "s.keegan@berkeley.edu"], ["first_choice", 8], ["second_choice", 16], ["third_choice", 14], ["fourth_choice", 22], ["fifth_choice", 23], ["sixth_choice", 27], ["seventh_choice", 9], ["created_at", "2016-12-02 21:20:03.602530"], ["updated_at", "2016-12-02 21:20:03.602530"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:20:03.609579"], ["updated_at", "2016-12-02 21:20:03.609579"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/None?
400
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/None == 400 (265 bytes) 243ms>
Caught error badRequest: Unable to parse range: None
Error - #<Google::Apis::ClientError: badRequest: Unable to parse range: None>

  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Sending HTTP post https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match:clear?
200
#<Hurley::Response POST https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match:clear == 200 (114 bytes) 113ms>
Success - #<Google::Apis::SheetsV4::ClearValuesResponse:0x000000085cdb38
 @cleared_range="Current_Match!A1:Z1000",
 @spreadsheet_id="1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI">

Sending HTTP put https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match?valueInputOption=USER_ENTERED
200
#<Hurley::Response PUT https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match?valueInputOption=USER_ENTERED == 200 (175 bytes) 297ms>
Success - #<Google::Apis::SheetsV4::UpdateValuesResponse:0x000000085b45c0
 @spreadsheet_id="1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI",
 @updated_cells=3,
 @updated_columns=3,
 @updated_range="Current_Match!A1:C1",
 @updated_rows=1>

   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-02 21:20:04.309611"], ["updated_at", "2016-12-02 21:20:04.309611"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
  SQL (0.3ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 1], ["project_id", 1], ["created_at", "2016-12-02 21:20:04.337451"], ["updated_at", "2016-12-02 21:20:04.337451"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 2], ["created_at", "2016-12-02 21:20:04.340541"], ["updated_at", "2016-12-02 21:20:04.340541"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 3], ["created_at", "2016-12-02 21:20:04.342777"], ["updated_at", "2016-12-02 21:20:04.342777"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-02 21:20:04.349875"], ["updated_at", "2016-12-02 21:20:04.349875"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 1], ["project_id", 1], ["created_at", "2016-12-02 21:20:04.357106"], ["updated_at", "2016-12-02 21:20:04.357106"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 2], ["created_at", "2016-12-02 21:20:04.359607"], ["updated_at", "2016-12-02 21:20:04.359607"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.5ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project1"], ["id", 1], ["created_at", "2016-12-02 21:20:04.381759"], ["updated_at", "2016-12-02 21:20:04.381759"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project2"], ["id", 2], ["created_at", "2016-12-02 21:20:04.384668"], ["updated_at", "2016-12-02 21:20:04.384668"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project3"], ["id", 3], ["created_at", "2016-12-02 21:20:04.386797"], ["updated_at", "2016-12-02 21:20:04.386797"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project4"], ["id", 4], ["created_at", "2016-12-02 21:20:04.388766"], ["updated_at", "2016-12-02 21:20:04.388766"]]
   (3.4ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project5"], ["id", 5], ["created_at", "2016-12-02 21:20:04.401831"], ["updated_at", "2016-12-02 21:20:04.401831"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project6"], ["id", 6], ["created_at", "2016-12-02 21:20:04.404010"], ["updated_at", "2016-12-02 21:20:04.404010"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project7"], ["id", 7], ["created_at", "2016-12-02 21:20:04.406053"], ["updated_at", "2016-12-02 21:20:04.406053"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project8"], ["id", 8], ["created_at", "2016-12-02 21:20:04.408031"], ["updated_at", "2016-12-02 21:20:04.408031"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-02 21:20:04.410609"], ["updated_at", "2016-12-02 21:20:04.410609"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  Group Load (0.3ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 5]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 6]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 8]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("group_tab", "created_at", "updated_at") VALUES (?, ?, ?)  [["group_tab", "!A1:Y1000"], ["created_at", "2016-12-02 21:20:04.476699"], ["updated_at", "2016-12-02 21:20:04.476699"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-02 21:20:04.506521"], ["updated_at", "2016-12-02 21:20:04.506521"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", nil]]
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
   (0.2ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  SQL (0.3ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 1], ["project_id", 1], ["created_at", "2016-12-03 03:33:32.827714"], ["updated_at", "2016-12-03 03:33:32.827714"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 2], ["created_at", "2016-12-03 03:33:32.833115"], ["updated_at", "2016-12-03 03:33:32.833115"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 3], ["created_at", "2016-12-03 03:33:32.834774"], ["updated_at", "2016-12-03 03:33:32.834774"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 1], ["project_id", 1], ["created_at", "2016-12-03 03:33:32.839404"], ["updated_at", "2016-12-03 03:33:32.839404"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 2], ["created_at", "2016-12-03 03:33:32.840952"], ["updated_at", "2016-12-03 03:33:32.840952"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:33:32.845095"], ["updated_at", "2016-12-03 03:33:32.845095"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:33:32.869731"], ["updated_at", "2016-12-03 03:33:32.869731"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", nil]]
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:33:32.894112"], ["updated_at", "2016-12-03 03:33:32.894112"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:33:32.961656"], ["updated_at", "2016-12-03 03:33:32.961656"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Processing by GoogleController#save_preferences as HTML
Redirected to http://test.host/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("id", "created_at", "updated_at") VALUES (?, ?, ?)  [["id", 0], ["created_at", "2016-12-03 03:33:32.972439"], ["updated_at", "2016-12-03 03:33:32.972439"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:33:32.974256"], ["updated_at", "2016-12-03 03:33:32.974256"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:33:32.975786"], ["updated_at", "2016-12-03 03:33:32.975786"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:33:32.977234"], ["updated_at", "2016-12-03 03:33:32.977234"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:33:32.978664"], ["updated_at", "2016-12-03 03:33:32.978664"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:33:32.980087"], ["updated_at", "2016-12-03 03:33:32.980087"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:33:32.981446"], ["updated_at", "2016-12-03 03:33:32.981446"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:33:32.982852"], ["updated_at", "2016-12-03 03:33:32.982852"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:33:32.984517"], ["updated_at", "2016-12-03 03:33:32.984517"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:33:32.985931"], ["updated_at", "2016-12-03 03:33:32.985931"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:33:32.987279"], ["updated_at", "2016-12-03 03:33:32.987279"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:33:32.988787"], ["updated_at", "2016-12-03 03:33:32.988787"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:33:32.990215"], ["updated_at", "2016-12-03 03:33:32.990215"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:33:32.991753"], ["updated_at", "2016-12-03 03:33:32.991753"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:33:32.993143"], ["updated_at", "2016-12-03 03:33:32.993143"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:33:32.994506"], ["updated_at", "2016-12-03 03:33:32.994506"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:33:32.995862"], ["updated_at", "2016-12-03 03:33:32.995862"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:33:32.997201"], ["updated_at", "2016-12-03 03:33:32.997201"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:33:32.998592"], ["updated_at", "2016-12-03 03:33:32.998592"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:33:33.000325"], ["updated_at", "2016-12-03 03:33:33.000325"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:33:33.002264"], ["updated_at", "2016-12-03 03:33:33.002264"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:33:33.003981"], ["updated_at", "2016-12-03 03:33:33.003981"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 0], ["username", "Email Address"], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:33:33.007931"], ["updated_at", "2016-12-03 03:33:33.007931"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:33:33.012196"], ["updated_at", "2016-12-03 03:33:33.012196"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:33:33.018202"], ["updated_at", "2016-12-03 03:33:33.018202"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/None?
400
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/None == 400 (265 bytes) 408ms>
Caught error badRequest: Unable to parse range: None
Error - #<Google::Apis::ClientError: badRequest: Unable to parse range: None>

  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Sending HTTP post https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match:clear?
200
#<Hurley::Response POST https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match:clear == 200 (114 bytes) 235ms>
Success - #<Google::Apis::SheetsV4::ClearValuesResponse:0x00000001c58bf8
 @cleared_range="Current_Match!A1:Z1000",
 @spreadsheet_id="1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI">

Sending HTTP put https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match?valueInputOption=USER_ENTERED
200
#<Hurley::Response PUT https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match?valueInputOption=USER_ENTERED == 200 (175 bytes) 184ms>
Success - #<Google::Apis::SheetsV4::UpdateValuesResponse:0x000000022adc10
 @spreadsheet_id="1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI",
 @updated_cells=3,
 @updated_columns=3,
 @updated_range="Current_Match!A1:C1",
 @updated_rows=1>

   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:33:33.980934"], ["updated_at", "2016-12-03 03:33:33.980934"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:33:33.991931"], ["updated_at", "2016-12-03 03:33:33.991931"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Projects?
200
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Projects == 200 (392220 bytes) 176ms>
Success - #<Google::Apis::SheetsV4::ValueRange:0x000000044c5c58
 @major_dimension="ROWS",
 @range="Projects!A1:Y50004",
 @values=
  [["Project ID", "Project Name"],
   ["1", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"],
   ["2", "Alzheimer's Greater Los Angeles"],
   ["3", "American Red Cross at Cal"],
   ["4", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"],
   ["5", "AsylumConnect"],
   ["6", "Breathe California"],
   ["7", "California Poets in the Schools"],
   ["8", "China US Culture Exchange Center"],
   ["9", "CITY DOG SHARE (Calendar App)"],
   ["10", "CITY DOG SHARE (Dog Profile App)"],
   ["11", "CommunityGrows"],
   ["12", "Da-Tong Society of China Studies"],
   ["13", "Effective Altruists of Berkeley"],
   ["14", "Engineers Without Borders - San Francisco Professional Chapter"],
   ["15", "esential"],
   ["16", "Faludi Design"],
   ["17", "health4theworld.org"],
   ["18", "In the Potters Hands"],
   ["19", "Institute of Personality and Social Research"],
   ["20", "IntegrateNYC4Me"],
   ["21", "ORAM"],
   ["22", "Orinda Police Department"],
   ["23", "San Francisco Bay Bird observatory"],
   ["24", "Sankara Eye Foundation"],
   ["25", "TAGS (Hint Creation)"],
   ["26", "TAGS (Model Creation)"],
   ["27", "The Arctic Institute"],
   ["28", "UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)"],
   ["29", "UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["30", "UC Berkeley - EECS Department - CS 169 (ProjectScope)"],
   ["31", "UC Berkeley - EECS Department - CS 169 (Team Enrollment)"],
   ["32", "UC Berkeley Family Student Housing"],
   ["33", "UC Berkeley: Educational Technology Services"],
   ["34", "Visionaria Network"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"]]>

  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:33:36.081308"], ["updated_at", "2016-12-03 03:33:36.081308"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:33:36.083186"], ["updated_at", "2016-12-03 03:33:36.083186"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:33:36.084483"], ["updated_at", "2016-12-03 03:33:36.084483"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:33:36.085759"], ["updated_at", "2016-12-03 03:33:36.085759"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:33:36.087133"], ["updated_at", "2016-12-03 03:33:36.087133"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:33:36.088367"], ["updated_at", "2016-12-03 03:33:36.088367"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:33:36.089663"], ["updated_at", "2016-12-03 03:33:36.089663"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:33:36.090891"], ["updated_at", "2016-12-03 03:33:36.090891"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:33:36.092181"], ["updated_at", "2016-12-03 03:33:36.092181"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:33:36.093425"], ["updated_at", "2016-12-03 03:33:36.093425"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:33:36.094700"], ["updated_at", "2016-12-03 03:33:36.094700"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:33:36.095959"], ["updated_at", "2016-12-03 03:33:36.095959"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:33:36.097269"], ["updated_at", "2016-12-03 03:33:36.097269"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:33:36.098495"], ["updated_at", "2016-12-03 03:33:36.098495"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:33:36.099795"], ["updated_at", "2016-12-03 03:33:36.099795"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:33:36.101270"], ["updated_at", "2016-12-03 03:33:36.101270"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:33:36.102766"], ["updated_at", "2016-12-03 03:33:36.102766"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:33:36.104217"], ["updated_at", "2016-12-03 03:33:36.104217"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:33:36.105452"], ["updated_at", "2016-12-03 03:33:36.105452"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:33:36.106731"], ["updated_at", "2016-12-03 03:33:36.106731"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:33:36.108104"], ["updated_at", "2016-12-03 03:33:36.108104"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 22], ["project_name", "Orinda Police Department"], ["created_at", "2016-12-03 03:33:36.109576"], ["updated_at", "2016-12-03 03:33:36.109576"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 23], ["project_name", "San Francisco Bay Bird observatory"], ["created_at", "2016-12-03 03:33:36.111163"], ["updated_at", "2016-12-03 03:33:36.111163"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 24], ["project_name", "Sankara Eye Foundation"], ["created_at", "2016-12-03 03:33:36.112438"], ["updated_at", "2016-12-03 03:33:36.112438"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 25], ["project_name", "TAGS (Hint Creation)"], ["created_at", "2016-12-03 03:33:36.113675"], ["updated_at", "2016-12-03 03:33:36.113675"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 26], ["project_name", "TAGS (Model Creation)"], ["created_at", "2016-12-03 03:33:36.114864"], ["updated_at", "2016-12-03 03:33:36.114864"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 27], ["project_name", "The Arctic Institute"], ["created_at", "2016-12-03 03:33:36.116105"], ["updated_at", "2016-12-03 03:33:36.116105"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 28], ["project_name", "UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)"], ["created_at", "2016-12-03 03:33:36.117288"], ["updated_at", "2016-12-03 03:33:36.117288"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 29], ["project_name", "UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"], ["created_at", "2016-12-03 03:33:36.118491"], ["updated_at", "2016-12-03 03:33:36.118491"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 30], ["project_name", "UC Berkeley - EECS Department - CS 169 (ProjectScope)"], ["created_at", "2016-12-03 03:33:36.119947"], ["updated_at", "2016-12-03 03:33:36.119947"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 31], ["project_name", "UC Berkeley - EECS Department - CS 169 (Team Enrollment)"], ["created_at", "2016-12-03 03:33:36.121325"], ["updated_at", "2016-12-03 03:33:36.121325"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 32], ["project_name", "UC Berkeley Family Student Housing"], ["created_at", "2016-12-03 03:33:36.122551"], ["updated_at", "2016-12-03 03:33:36.122551"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 33], ["project_name", "UC Berkeley: Educational Technology Services"], ["created_at", "2016-12-03 03:33:36.123783"], ["updated_at", "2016-12-03 03:33:36.123783"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 34], ["project_name", "Visionaria Network"], ["created_at", "2016-12-03 03:33:36.125005"], ["updated_at", "2016-12-03 03:33:36.125005"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Groups%21A1%3AY1000?
200
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Groups%21A1%3AY1000 == 200 (13524 bytes) 285ms>
Success - #<Google::Apis::SheetsV4::ValueRange:0x000000091b98e8
 @major_dimension="ROWS",
 @range="Groups!A1:Y1000",
 @values=
  [["Timestamp",
    "Email Address",
    "What is your team ID?",
    "Assigned",
    "1st preference:",
    "2nd preference:",
    "3rd preference:",
    "4th preference:",
    "5th preference:",
    "6th preference",
    "7th preference",
    "7th preference"],
   ["9/16/2016 16:19:38",
    "yanxinyi@berkeley.edu",
    "1",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "15 esential",
    "9 CITY DOG SHARE (Calendar App)",
    "23 San Francisco Bay Bird observatory",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["9/15/2016 10:57:54",
    "jsullivan27@berkeley.edu",
    "2",
    "11 CommunityGrows",
    "11 CommunityGrows",
    "22 Orinda Police Department",
    "5 AsylumConnect",
    "9 CITY DOG SHARE (Calendar App)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "13 Effective Altruists of Berkeley",
    "27 The Arctic Institute"],
   ["9/20/2016 21:31:53",
    "aditya2013@berkeley.edu",
    "3",
    "27 The Arctic Institute",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "27 The Arctic Institute",
    "23 San Francisco Bay Bird observatory",
    "33 UC Berkeley: Educational Technology Services",
    "22 Orinda Police Department",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["9/20/2016 15:48:34",
    "junyuw@berkeley.edu",
    "4",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "9 CITY DOG SHARE (Calendar App)",
    "32 UC Berkeley Family Student Housing",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "11 CommunityGrows",
    "33 UC Berkeley: Educational Technology Services"],
   ["9/16/2016 14:07:20",
    "xiangyu.ren@berkeley.edu",
    "5",
    "22 Orinda Police Department",
    "2 Alzheimer's Greater Los Angeles",
    "15 esential",
    "22 Orinda Police Department",
    "32 UC Berkeley Family Student Housing",
    "8 China US Culture Exchange Center",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "6 Breathe California"],
   ["9/20/2016 17:10:46",
    "hubqwerty@berkeley.edu",
    "6",
    "15 esential",
    "15 esential",
    "12 Da-Tong Society of China Studies",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "10 CITY DOG SHARE (Dog Profile App)",
    "13 Effective Altruists of Berkeley",
    "9 CITY DOG SHARE (Calendar App)",
    "11 CommunityGrows"],
   ["9/18/2016 13:05:35",
    "wangxiangjiu@berkeley.edu",
    "7",
    "6 Breathe California",
    "6 Breathe California",
    "23 San Francisco Bay Bird observatory",
    "17 health4theworld.org",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "22 Orinda Police Department",
    "32 UC Berkeley Family Student Housing",
    "34 Visionaria Network"],
   ["9/19/2016 10:25:35",
    "kryuma@berkeley.edu",
    "8",
    "8 China US Culture Exchange Center",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "8 China US Culture Exchange Center",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "15 esential",
    "21 ORAM",
    "22 Orinda Police Department",
    "10 CITY DOG SHARE (Dog Profile App)"],
   ["9/20/2016 18:34:17",
    "njazari@berkeley.edu",
    "9",
    "24 Sankara Eye Foundation",
    "22 Orinda Police Department",
    "33 UC Berkeley: Educational Technology Services",
    "24 Sankara Eye Foundation",
    "19 Institute of Personality and Social Research",
    "8 China US Culture Exchange Center",
    "13 Effective Altruists of Berkeley",
    "20 IntegrateNYC4Me"],
   ["9/20/2016 0:16:21",
    "lizzysteger@berkeley.edu",
    "10",
    "12 Da-Tong Society of China Studies",
    "12 Da-Tong Society of China Studies",
    "32 UC Berkeley Family Student Housing",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "3 American Red Cross at Cal",
    "7 California Poets in the Schools",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "25 TAGS (Hint Creation)"],
   ["9/20/2016 12:02:09",
    "kadhirvelm@berkeley.edu",
    "11",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "13 Effective Altruists of Berkeley",
    "7 California Poets in the Schools",
    "6 Breathe California"],
   ["9/20/2016 12:46:42",
    "gunsoo02@berkeley.edu",
    "12",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "23 San Francisco Bay Bird observatory",
    "6 Breathe California",
    "19 Institute of Personality and Social Research",
    "22 Orinda Police Department",
    "27 The Arctic Institute",
    "3 American Red Cross at Cal"],
   ["9/16/2016 16:19:59",
    "kailiyen@berkeley.edu",
    "13",
    "21 ORAM",
    "21 ORAM",
    "5 AsylumConnect",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "20 IntegrateNYC4Me",
    "27 The Arctic Institute",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)"],
   ["9/20/2016 9:17:08",
    "hiftekhar@berkeley.edu",
    "14",
    "3 American Red Cross at Cal",
    "10 CITY DOG SHARE (Dog Profile App)",
    "3 American Red Cross at Cal",
    "23 San Francisco Bay Bird observatory",
    "7 California Poets in the Schools",
    "27 The Arctic Institute",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "11 CommunityGrows"],
   ["9/20/2016 15:42:53",
    "mingu08@berkeley.edu",
    "15",
    "32 UC Berkeley Family Student Housing",
    "32 UC Berkeley Family Student Housing",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "9 CITY DOG SHARE (Calendar App)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "15 esential",
    "33 UC Berkeley: Educational Technology Services",
    "14 Engineers Without Borders - San Francisco Professional Chapter"],
   ["9/15/2016 0:00:36",
    "stevencheng@berkeley.edu",
    "16",
    "9 CITY DOG SHARE (Calendar App)",
    "9 CITY DOG SHARE (Calendar App)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "2 Alzheimer's Greater Los Angeles",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)"],
   ["9/20/2016 22:46:40",
    "ross.teixeira@berkeley.edu",
    "17",
    "13 Effective Altruists of Berkeley",
    "13 Effective Altruists of Berkeley",
    "22 Orinda Police Department",
    "2 Alzheimer's Greater Los Angeles",
    "10 CITY DOG SHARE (Dog Profile App)",
    "32 UC Berkeley Family Student Housing",
    "7 California Poets in the Schools",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)"],
   ["9/18/2016 19:08:37",
    "dasolyoon@berkeley.edu",
    "18",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "33 UC Berkeley: Educational Technology Services",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "32 UC Berkeley Family Student Housing",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "13 Effective Altruists of Berkeley"],
   ["9/14/2016 23:59:07",
    "akuo5@berkeley.edu",
    "19",
    "10 CITY DOG SHARE (Dog Profile App)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "22 Orinda Police Department",
    "23 San Francisco Bay Bird observatory",
    "9 CITY DOG SHARE (Calendar App)",
    "15 esential",
    "3 American Red Cross at Cal"],
   ["9/20/2016 23:18:18",
    "jessheisme@berkeley.edu",
    "20",
    "34 Visionaria Network",
    "2 Alzheimer's Greater Los Angeles",
    "12 Da-Tong Society of China Studies",
    "15 esential",
    "10 CITY DOG SHARE (Dog Profile App)",
    "13 Effective Altruists of Berkeley",
    "34 Visionaria Network",
    "14 Engineers Without Borders - San Francisco Professional Chapter"],
   ["9/20/2016 21:55:33",
    "floresivette@berkeley.edu",
    "21",
    "7 California Poets in the Schools",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "12 Da-Tong Society of China Studies",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "32 UC Berkeley Family Student Housing",
    "22 Orinda Police Department",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "7 California Poets in the Schools"],
   ["9/20/2016 0:03:26",
    "wongdaniel8@berkeley.edu",
    "22",
    "2 Alzheimer's Greater Los Angeles",
    "2 Alzheimer's Greater Los Angeles",
    "21 ORAM",
    "33 UC Berkeley: Educational Technology Services",
    "11 CommunityGrows",
    "17 health4theworld.org",
    "10 CITY DOG SHARE (Dog Profile App)",
    "19 Institute of Personality and Social Research"],
   ["9/20/2016 17:32:16",
    "mcraig@berkeley.edu",
    "23",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "5 AsylumConnect",
    "27 The Arctic Institute",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "33 UC Berkeley: Educational Technology Services",
    "23 San Francisco Bay Bird observatory",
    "20 IntegrateNYC4Me"],
   ["9/19/2016 21:44:46",
    "tusharsingal@berkeley.edu",
    "24",
    "19 Institute of Personality and Social Research",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "22 Orinda Police Department",
    "6 Breathe California",
    "19 Institute of Personality and Social Research"],
   ["9/18/2016 22:24:41",
    "shuoyao@berkeley.edu",
    "25",
    "23 San Francisco Bay Bird observatory",
    "23 San Francisco Bay Bird observatory",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "2 Alzheimer's Greater Los Angeles",
    "27 The Arctic Institute",
    "13 Effective Altruists of Berkeley",
    "34 Visionaria Network",
    "3 American Red Cross at Cal"],
   ["9/19/2016 23:46:19",
    "theguo007@berkeley.edu",
    "26",
    "5 AsylumConnect",
    "5 AsylumConnect",
    "15 esential",
    "10 CITY DOG SHARE (Dog Profile App)",
    "9 CITY DOG SHARE (Calendar App)",
    "12 Da-Tong Society of China Studies",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "2 Alzheimer's Greater Los Angeles"],
   ["9/20/2016 22:38:28",
    "victorhlu@berkeley.edu",
    "28",
    "33 UC Berkeley: Educational Technology Services",
    "33 UC Berkeley: Educational Technology Services",
    "6 Breathe California",
    "19 Institute of Personality and Social Research",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "23 San Francisco Bay Bird observatory",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "10 CITY DOG SHARE (Dog Profile App)"],
   ["9/18/2016 19:28:24",
    "s.keegan@berkeley.edu",
    "29",
    "16 Faludi Design",
    "8 China US Culture Exchange Center",
    "16 Faludi Design",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "22 Orinda Police Department",
    "23 San Francisco Bay Bird observatory",
    "27 The Arctic Institute",
    "9 CITY DOG SHARE (Calendar App)"]]>

  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["username", "yanxinyi@berkeley.edu"], ["first_choice", 15], ["second_choice", 9], ["third_choice", 23], ["fourth_choice", 1], ["fifth_choice", 10], ["sixth_choice", 30], ["seventh_choice", 29], ["created_at", "2016-12-03 03:33:36.461198"], ["updated_at", "2016-12-03 03:33:36.461198"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 22], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 27], ["created_at", "2016-12-03 03:33:36.463461"], ["updated_at", "2016-12-03 03:33:36.463461"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 27], ["fourth_choice", 23], ["fifth_choice", 33], ["sixth_choice", 22], ["seventh_choice", 29], ["created_at", "2016-12-03 03:33:36.465308"], ["updated_at", "2016-12-03 03:33:36.465308"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 30], ["third_choice", 9], ["fourth_choice", 32], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 33], ["created_at", "2016-12-03 03:33:36.467104"], ["updated_at", "2016-12-03 03:33:36.467104"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 5], ["username", "xiangyu.ren@berkeley.edu"], ["first_choice", 2], ["second_choice", 15], ["third_choice", 22], ["fourth_choice", 32], ["fifth_choice", 8], ["sixth_choice", 14], ["seventh_choice", 6], ["created_at", "2016-12-03 03:33:36.469028"], ["updated_at", "2016-12-03 03:33:36.469028"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 6], ["username", "hubqwerty@berkeley.edu"], ["first_choice", 15], ["second_choice", 12], ["third_choice", 14], ["fourth_choice", 10], ["fifth_choice", 13], ["sixth_choice", 9], ["seventh_choice", 11], ["created_at", "2016-12-03 03:33:36.470955"], ["updated_at", "2016-12-03 03:33:36.470955"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 7], ["username", "wangxiangjiu@berkeley.edu"], ["first_choice", 6], ["second_choice", 23], ["third_choice", 17], ["fourth_choice", 4], ["fifth_choice", 22], ["sixth_choice", 32], ["seventh_choice", 34], ["created_at", "2016-12-03 03:33:36.472864"], ["updated_at", "2016-12-03 03:33:36.472864"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 8], ["username", "kryuma@berkeley.edu"], ["first_choice", 4], ["second_choice", 8], ["third_choice", 29], ["fourth_choice", 15], ["fifth_choice", 21], ["sixth_choice", 22], ["seventh_choice", 10], ["created_at", "2016-12-03 03:33:36.474899"], ["updated_at", "2016-12-03 03:33:36.474899"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 9], ["username", "njazari@berkeley.edu"], ["first_choice", 22], ["second_choice", 33], ["third_choice", 24], ["fourth_choice", 19], ["fifth_choice", 8], ["sixth_choice", 13], ["seventh_choice", 20], ["created_at", "2016-12-03 03:33:36.476780"], ["updated_at", "2016-12-03 03:33:36.476780"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 10], ["username", "lizzysteger@berkeley.edu"], ["first_choice", 12], ["second_choice", 32], ["third_choice", 31], ["fourth_choice", 3], ["fifth_choice", 7], ["sixth_choice", 29], ["seventh_choice", 25], ["created_at", "2016-12-03 03:33:36.478599"], ["updated_at", "2016-12-03 03:33:36.478599"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 11], ["username", "kadhirvelm@berkeley.edu"], ["first_choice", 29], ["second_choice", 31], ["third_choice", 28], ["fourth_choice", 30], ["fifth_choice", 13], ["sixth_choice", 7], ["seventh_choice", 6], ["created_at", "2016-12-03 03:33:36.480471"], ["updated_at", "2016-12-03 03:33:36.480471"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 12], ["username", "gunsoo02@berkeley.edu"], ["first_choice", 4], ["second_choice", 23], ["third_choice", 6], ["fourth_choice", 19], ["fifth_choice", 22], ["sixth_choice", 27], ["seventh_choice", 3], ["created_at", "2016-12-03 03:33:36.482313"], ["updated_at", "2016-12-03 03:33:36.482313"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 13], ["username", "kailiyen@berkeley.edu"], ["first_choice", 21], ["second_choice", 5], ["third_choice", 14], ["fourth_choice", 20], ["fifth_choice", 27], ["sixth_choice", 30], ["seventh_choice", 4], ["created_at", "2016-12-03 03:33:36.484151"], ["updated_at", "2016-12-03 03:33:36.484151"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 14], ["username", "hiftekhar@berkeley.edu"], ["first_choice", 10], ["second_choice", 3], ["third_choice", 23], ["fourth_choice", 7], ["fifth_choice", 27], ["sixth_choice", 1], ["seventh_choice", 11], ["created_at", "2016-12-03 03:33:36.485972"], ["updated_at", "2016-12-03 03:33:36.485972"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 15], ["username", "mingu08@berkeley.edu"], ["first_choice", 32], ["second_choice", 31], ["third_choice", 9], ["fourth_choice", 28], ["fifth_choice", 15], ["sixth_choice", 33], ["seventh_choice", 14], ["created_at", "2016-12-03 03:33:36.487817"], ["updated_at", "2016-12-03 03:33:36.487817"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 16], ["username", "stevencheng@berkeley.edu"], ["first_choice", 9], ["second_choice", 10], ["third_choice", 2], ["fourth_choice", 29], ["fifth_choice", 28], ["sixth_choice", 30], ["seventh_choice", 31], ["created_at", "2016-12-03 03:33:36.489640"], ["updated_at", "2016-12-03 03:33:36.489640"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 17], ["username", "ross.teixeira@berkeley.edu"], ["first_choice", 13], ["second_choice", 22], ["third_choice", 2], ["fourth_choice", 10], ["fifth_choice", 32], ["sixth_choice", 7], ["seventh_choice", 1], ["created_at", "2016-12-03 03:33:36.491530"], ["updated_at", "2016-12-03 03:33:36.491530"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 18], ["username", "dasolyoon@berkeley.edu"], ["first_choice", 31], ["second_choice", 33], ["third_choice", 29], ["fourth_choice", 32], ["fifth_choice", 14], ["sixth_choice", 28], ["seventh_choice", 13], ["created_at", "2016-12-03 03:33:36.493318"], ["updated_at", "2016-12-03 03:33:36.493318"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 19], ["username", "akuo5@berkeley.edu"], ["first_choice", 10], ["second_choice", 31], ["third_choice", 22], ["fourth_choice", 23], ["fifth_choice", 9], ["sixth_choice", 15], ["seventh_choice", 3], ["created_at", "2016-12-03 03:33:36.495219"], ["updated_at", "2016-12-03 03:33:36.495219"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 20], ["username", "jessheisme@berkeley.edu"], ["first_choice", 2], ["second_choice", 12], ["third_choice", 15], ["fourth_choice", 10], ["fifth_choice", 13], ["sixth_choice", 34], ["seventh_choice", 14], ["created_at", "2016-12-03 03:33:36.497059"], ["updated_at", "2016-12-03 03:33:36.497059"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 21], ["username", "floresivette@berkeley.edu"], ["first_choice", 4], ["second_choice", 12], ["third_choice", 31], ["fourth_choice", 32], ["fifth_choice", 22], ["sixth_choice", 1], ["seventh_choice", 7], ["created_at", "2016-12-03 03:33:36.498874"], ["updated_at", "2016-12-03 03:33:36.498874"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 22], ["username", "wongdaniel8@berkeley.edu"], ["first_choice", 2], ["second_choice", 21], ["third_choice", 33], ["fourth_choice", 11], ["fifth_choice", 17], ["sixth_choice", 10], ["seventh_choice", 19], ["created_at", "2016-12-03 03:33:36.500733"], ["updated_at", "2016-12-03 03:33:36.500733"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 23], ["username", "mcraig@berkeley.edu"], ["first_choice", 14], ["second_choice", 5], ["third_choice", 27], ["fourth_choice", 4], ["fifth_choice", 33], ["sixth_choice", 23], ["seventh_choice", 20], ["created_at", "2016-12-03 03:33:36.502555"], ["updated_at", "2016-12-03 03:33:36.502555"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 24], ["username", "tusharsingal@berkeley.edu"], ["first_choice", 29], ["second_choice", 14], ["third_choice", 31], ["fourth_choice", 30], ["fifth_choice", 22], ["sixth_choice", 6], ["seventh_choice", 19], ["created_at", "2016-12-03 03:33:36.504406"], ["updated_at", "2016-12-03 03:33:36.504406"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 25], ["username", "shuoyao@berkeley.edu"], ["first_choice", 23], ["second_choice", 4], ["third_choice", 2], ["fourth_choice", 27], ["fifth_choice", 13], ["sixth_choice", 34], ["seventh_choice", 3], ["created_at", "2016-12-03 03:33:36.506248"], ["updated_at", "2016-12-03 03:33:36.506248"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 26], ["username", "theguo007@berkeley.edu"], ["first_choice", 5], ["second_choice", 15], ["third_choice", 10], ["fourth_choice", 9], ["fifth_choice", 12], ["sixth_choice", 14], ["seventh_choice", 2], ["created_at", "2016-12-03 03:33:36.508148"], ["updated_at", "2016-12-03 03:33:36.508148"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 28], ["username", "victorhlu@berkeley.edu"], ["first_choice", 33], ["second_choice", 6], ["third_choice", 19], ["fourth_choice", 31], ["fifth_choice", 23], ["sixth_choice", 28], ["seventh_choice", 10], ["created_at", "2016-12-03 03:33:36.509991"], ["updated_at", "2016-12-03 03:33:36.509991"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 29], ["username", "s.keegan@berkeley.edu"], ["first_choice", 8], ["second_choice", 16], ["third_choice", 14], ["fourth_choice", 22], ["fifth_choice", 23], ["sixth_choice", 27], ["seventh_choice", 9], ["created_at", "2016-12-03 03:33:36.511811"], ["updated_at", "2016-12-03 03:33:36.511811"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:33:36.516234"], ["updated_at", "2016-12-03 03:33:36.516234"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:33:36.522566"], ["updated_at", "2016-12-03 03:33:36.522566"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("group_tab", "created_at", "updated_at") VALUES (?, ?, ?)  [["group_tab", "!A1:Y1000"], ["created_at", "2016-12-03 03:33:36.538384"], ["updated_at", "2016-12-03 03:33:36.538384"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
Processing by MatchesController#new as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Redirected to http://test.host/matches
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
Processing by MatchesController#new as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Redirected to http://test.host/matches
Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project1"], ["id", 1], ["created_at", "2016-12-03 03:33:36.548796"], ["updated_at", "2016-12-03 03:33:36.548796"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:33:36.550673"], ["updated_at", "2016-12-03 03:33:36.550673"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project1"], ["id", 1], ["created_at", "2016-12-03 03:34:49.125607"], ["updated_at", "2016-12-03 03:34:49.125607"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:34:49.130749"], ["updated_at", "2016-12-03 03:34:49.130749"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:34:49.170632"], ["updated_at", "2016-12-03 03:34:49.170632"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:34:49.239326"], ["updated_at", "2016-12-03 03:34:49.239326"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:34:49.245225"], ["updated_at", "2016-12-03 03:34:49.245225"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/None?
400
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/None == 400 (265 bytes) 214ms>
Caught error badRequest: Unable to parse range: None
Error - #<Google::Apis::ClientError: badRequest: Unable to parse range: None>

  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Sending HTTP post https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match:clear?
200
#<Hurley::Response POST https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match:clear == 200 (114 bytes) 159ms>
Success - #<Google::Apis::SheetsV4::ClearValuesResponse:0x00000003975768
 @cleared_range="Current_Match!A1:Z1000",
 @spreadsheet_id="1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI">

Sending HTTP put https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match?valueInputOption=USER_ENTERED
200
#<Hurley::Response PUT https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match?valueInputOption=USER_ENTERED == 200 (175 bytes) 155ms>
Success - #<Google::Apis::SheetsV4::UpdateValuesResponse:0x000000036eaf70
 @spreadsheet_id="1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI",
 @updated_cells=3,
 @updated_columns=3,
 @updated_range="Current_Match!A1:C1",
 @updated_rows=1>

   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:34:49.957148"], ["updated_at", "2016-12-03 03:34:49.957148"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:34:49.965025"], ["updated_at", "2016-12-03 03:34:49.965025"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:34:49.971306"], ["updated_at", "2016-12-03 03:34:49.971306"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Projects?
200
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Projects == 200 (392220 bytes) 189ms>
Success - #<Google::Apis::SheetsV4::ValueRange:0x0000000152e300
 @major_dimension="ROWS",
 @range="Projects!A1:Y50004",
 @values=
  [["Project ID", "Project Name"],
   ["1", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"],
   ["2", "Alzheimer's Greater Los Angeles"],
   ["3", "American Red Cross at Cal"],
   ["4", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"],
   ["5", "AsylumConnect"],
   ["6", "Breathe California"],
   ["7", "California Poets in the Schools"],
   ["8", "China US Culture Exchange Center"],
   ["9", "CITY DOG SHARE (Calendar App)"],
   ["10", "CITY DOG SHARE (Dog Profile App)"],
   ["11", "CommunityGrows"],
   ["12", "Da-Tong Society of China Studies"],
   ["13", "Effective Altruists of Berkeley"],
   ["14", "Engineers Without Borders - San Francisco Professional Chapter"],
   ["15", "esential"],
   ["16", "Faludi Design"],
   ["17", "health4theworld.org"],
   ["18", "In the Potters Hands"],
   ["19", "Institute of Personality and Social Research"],
   ["20", "IntegrateNYC4Me"],
   ["21", "ORAM"],
   ["22", "Orinda Police Department"],
   ["23", "San Francisco Bay Bird observatory"],
   ["24", "Sankara Eye Foundation"],
   ["25", "TAGS (Hint Creation)"],
   ["26", "TAGS (Model Creation)"],
   ["27", "The Arctic Institute"],
   ["28", "UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)"],
   ["29", "UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["30", "UC Berkeley - EECS Department - CS 169 (ProjectScope)"],
   ["31", "UC Berkeley - EECS Department - CS 169 (Team Enrollment)"],
   ["32", "UC Berkeley Family Student Housing"],
   ["33", "UC Berkeley: Educational Technology Services"],
   ["34", "Visionaria Network"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"]]>

  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:34:52.073942"], ["updated_at", "2016-12-03 03:34:52.073942"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:34:52.075995"], ["updated_at", "2016-12-03 03:34:52.075995"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:34:52.077317"], ["updated_at", "2016-12-03 03:34:52.077317"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:34:52.078683"], ["updated_at", "2016-12-03 03:34:52.078683"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:34:52.080005"], ["updated_at", "2016-12-03 03:34:52.080005"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:34:52.081350"], ["updated_at", "2016-12-03 03:34:52.081350"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:34:52.082653"], ["updated_at", "2016-12-03 03:34:52.082653"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:34:52.084055"], ["updated_at", "2016-12-03 03:34:52.084055"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:34:52.085348"], ["updated_at", "2016-12-03 03:34:52.085348"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:34:52.086704"], ["updated_at", "2016-12-03 03:34:52.086704"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:34:52.088032"], ["updated_at", "2016-12-03 03:34:52.088032"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:34:52.089412"], ["updated_at", "2016-12-03 03:34:52.089412"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:34:52.090700"], ["updated_at", "2016-12-03 03:34:52.090700"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:34:52.091994"], ["updated_at", "2016-12-03 03:34:52.091994"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:34:52.093342"], ["updated_at", "2016-12-03 03:34:52.093342"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:34:52.094646"], ["updated_at", "2016-12-03 03:34:52.094646"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:34:52.096095"], ["updated_at", "2016-12-03 03:34:52.096095"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:34:52.097363"], ["updated_at", "2016-12-03 03:34:52.097363"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:34:52.098676"], ["updated_at", "2016-12-03 03:34:52.098676"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:34:52.100026"], ["updated_at", "2016-12-03 03:34:52.100026"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:34:52.101322"], ["updated_at", "2016-12-03 03:34:52.101322"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 22], ["project_name", "Orinda Police Department"], ["created_at", "2016-12-03 03:34:52.102601"], ["updated_at", "2016-12-03 03:34:52.102601"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 23], ["project_name", "San Francisco Bay Bird observatory"], ["created_at", "2016-12-03 03:34:52.103878"], ["updated_at", "2016-12-03 03:34:52.103878"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 24], ["project_name", "Sankara Eye Foundation"], ["created_at", "2016-12-03 03:34:52.105151"], ["updated_at", "2016-12-03 03:34:52.105151"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 25], ["project_name", "TAGS (Hint Creation)"], ["created_at", "2016-12-03 03:34:52.106428"], ["updated_at", "2016-12-03 03:34:52.106428"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 26], ["project_name", "TAGS (Model Creation)"], ["created_at", "2016-12-03 03:34:52.107710"], ["updated_at", "2016-12-03 03:34:52.107710"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 27], ["project_name", "The Arctic Institute"], ["created_at", "2016-12-03 03:34:52.108981"], ["updated_at", "2016-12-03 03:34:52.108981"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 28], ["project_name", "UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)"], ["created_at", "2016-12-03 03:34:52.110227"], ["updated_at", "2016-12-03 03:34:52.110227"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 29], ["project_name", "UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"], ["created_at", "2016-12-03 03:34:52.111547"], ["updated_at", "2016-12-03 03:34:52.111547"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 30], ["project_name", "UC Berkeley - EECS Department - CS 169 (ProjectScope)"], ["created_at", "2016-12-03 03:34:52.112786"], ["updated_at", "2016-12-03 03:34:52.112786"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 31], ["project_name", "UC Berkeley - EECS Department - CS 169 (Team Enrollment)"], ["created_at", "2016-12-03 03:34:52.114054"], ["updated_at", "2016-12-03 03:34:52.114054"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 32], ["project_name", "UC Berkeley Family Student Housing"], ["created_at", "2016-12-03 03:34:52.115340"], ["updated_at", "2016-12-03 03:34:52.115340"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 33], ["project_name", "UC Berkeley: Educational Technology Services"], ["created_at", "2016-12-03 03:34:52.116640"], ["updated_at", "2016-12-03 03:34:52.116640"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 34], ["project_name", "Visionaria Network"], ["created_at", "2016-12-03 03:34:52.117897"], ["updated_at", "2016-12-03 03:34:52.117897"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Groups%21A1%3AY1000?
200
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Groups%21A1%3AY1000 == 200 (13524 bytes) 99ms>
Success - #<Google::Apis::SheetsV4::ValueRange:0x0000000817baa8
 @major_dimension="ROWS",
 @range="Groups!A1:Y1000",
 @values=
  [["Timestamp",
    "Email Address",
    "What is your team ID?",
    "Assigned",
    "1st preference:",
    "2nd preference:",
    "3rd preference:",
    "4th preference:",
    "5th preference:",
    "6th preference",
    "7th preference",
    "7th preference"],
   ["9/16/2016 16:19:38",
    "yanxinyi@berkeley.edu",
    "1",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "15 esential",
    "9 CITY DOG SHARE (Calendar App)",
    "23 San Francisco Bay Bird observatory",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["9/15/2016 10:57:54",
    "jsullivan27@berkeley.edu",
    "2",
    "11 CommunityGrows",
    "11 CommunityGrows",
    "22 Orinda Police Department",
    "5 AsylumConnect",
    "9 CITY DOG SHARE (Calendar App)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "13 Effective Altruists of Berkeley",
    "27 The Arctic Institute"],
   ["9/20/2016 21:31:53",
    "aditya2013@berkeley.edu",
    "3",
    "27 The Arctic Institute",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "27 The Arctic Institute",
    "23 San Francisco Bay Bird observatory",
    "33 UC Berkeley: Educational Technology Services",
    "22 Orinda Police Department",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["9/20/2016 15:48:34",
    "junyuw@berkeley.edu",
    "4",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "9 CITY DOG SHARE (Calendar App)",
    "32 UC Berkeley Family Student Housing",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "11 CommunityGrows",
    "33 UC Berkeley: Educational Technology Services"],
   ["9/16/2016 14:07:20",
    "xiangyu.ren@berkeley.edu",
    "5",
    "22 Orinda Police Department",
    "2 Alzheimer's Greater Los Angeles",
    "15 esential",
    "22 Orinda Police Department",
    "32 UC Berkeley Family Student Housing",
    "8 China US Culture Exchange Center",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "6 Breathe California"],
   ["9/20/2016 17:10:46",
    "hubqwerty@berkeley.edu",
    "6",
    "15 esential",
    "15 esential",
    "12 Da-Tong Society of China Studies",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "10 CITY DOG SHARE (Dog Profile App)",
    "13 Effective Altruists of Berkeley",
    "9 CITY DOG SHARE (Calendar App)",
    "11 CommunityGrows"],
   ["9/18/2016 13:05:35",
    "wangxiangjiu@berkeley.edu",
    "7",
    "6 Breathe California",
    "6 Breathe California",
    "23 San Francisco Bay Bird observatory",
    "17 health4theworld.org",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "22 Orinda Police Department",
    "32 UC Berkeley Family Student Housing",
    "34 Visionaria Network"],
   ["9/19/2016 10:25:35",
    "kryuma@berkeley.edu",
    "8",
    "8 China US Culture Exchange Center",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "8 China US Culture Exchange Center",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "15 esential",
    "21 ORAM",
    "22 Orinda Police Department",
    "10 CITY DOG SHARE (Dog Profile App)"],
   ["9/20/2016 18:34:17",
    "njazari@berkeley.edu",
    "9",
    "24 Sankara Eye Foundation",
    "22 Orinda Police Department",
    "33 UC Berkeley: Educational Technology Services",
    "24 Sankara Eye Foundation",
    "19 Institute of Personality and Social Research",
    "8 China US Culture Exchange Center",
    "13 Effective Altruists of Berkeley",
    "20 IntegrateNYC4Me"],
   ["9/20/2016 0:16:21",
    "lizzysteger@berkeley.edu",
    "10",
    "12 Da-Tong Society of China Studies",
    "12 Da-Tong Society of China Studies",
    "32 UC Berkeley Family Student Housing",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "3 American Red Cross at Cal",
    "7 California Poets in the Schools",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "25 TAGS (Hint Creation)"],
   ["9/20/2016 12:02:09",
    "kadhirvelm@berkeley.edu",
    "11",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "13 Effective Altruists of Berkeley",
    "7 California Poets in the Schools",
    "6 Breathe California"],
   ["9/20/2016 12:46:42",
    "gunsoo02@berkeley.edu",
    "12",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "23 San Francisco Bay Bird observatory",
    "6 Breathe California",
    "19 Institute of Personality and Social Research",
    "22 Orinda Police Department",
    "27 The Arctic Institute",
    "3 American Red Cross at Cal"],
   ["9/16/2016 16:19:59",
    "kailiyen@berkeley.edu",
    "13",
    "21 ORAM",
    "21 ORAM",
    "5 AsylumConnect",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "20 IntegrateNYC4Me",
    "27 The Arctic Institute",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)"],
   ["9/20/2016 9:17:08",
    "hiftekhar@berkeley.edu",
    "14",
    "3 American Red Cross at Cal",
    "10 CITY DOG SHARE (Dog Profile App)",
    "3 American Red Cross at Cal",
    "23 San Francisco Bay Bird observatory",
    "7 California Poets in the Schools",
    "27 The Arctic Institute",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "11 CommunityGrows"],
   ["9/20/2016 15:42:53",
    "mingu08@berkeley.edu",
    "15",
    "32 UC Berkeley Family Student Housing",
    "32 UC Berkeley Family Student Housing",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "9 CITY DOG SHARE (Calendar App)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "15 esential",
    "33 UC Berkeley: Educational Technology Services",
    "14 Engineers Without Borders - San Francisco Professional Chapter"],
   ["9/15/2016 0:00:36",
    "stevencheng@berkeley.edu",
    "16",
    "9 CITY DOG SHARE (Calendar App)",
    "9 CITY DOG SHARE (Calendar App)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "2 Alzheimer's Greater Los Angeles",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)"],
   ["9/20/2016 22:46:40",
    "ross.teixeira@berkeley.edu",
    "17",
    "13 Effective Altruists of Berkeley",
    "13 Effective Altruists of Berkeley",
    "22 Orinda Police Department",
    "2 Alzheimer's Greater Los Angeles",
    "10 CITY DOG SHARE (Dog Profile App)",
    "32 UC Berkeley Family Student Housing",
    "7 California Poets in the Schools",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)"],
   ["9/18/2016 19:08:37",
    "dasolyoon@berkeley.edu",
    "18",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "33 UC Berkeley: Educational Technology Services",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "32 UC Berkeley Family Student Housing",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "13 Effective Altruists of Berkeley"],
   ["9/14/2016 23:59:07",
    "akuo5@berkeley.edu",
    "19",
    "10 CITY DOG SHARE (Dog Profile App)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "22 Orinda Police Department",
    "23 San Francisco Bay Bird observatory",
    "9 CITY DOG SHARE (Calendar App)",
    "15 esential",
    "3 American Red Cross at Cal"],
   ["9/20/2016 23:18:18",
    "jessheisme@berkeley.edu",
    "20",
    "34 Visionaria Network",
    "2 Alzheimer's Greater Los Angeles",
    "12 Da-Tong Society of China Studies",
    "15 esential",
    "10 CITY DOG SHARE (Dog Profile App)",
    "13 Effective Altruists of Berkeley",
    "34 Visionaria Network",
    "14 Engineers Without Borders - San Francisco Professional Chapter"],
   ["9/20/2016 21:55:33",
    "floresivette@berkeley.edu",
    "21",
    "7 California Poets in the Schools",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "12 Da-Tong Society of China Studies",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "32 UC Berkeley Family Student Housing",
    "22 Orinda Police Department",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "7 California Poets in the Schools"],
   ["9/20/2016 0:03:26",
    "wongdaniel8@berkeley.edu",
    "22",
    "2 Alzheimer's Greater Los Angeles",
    "2 Alzheimer's Greater Los Angeles",
    "21 ORAM",
    "33 UC Berkeley: Educational Technology Services",
    "11 CommunityGrows",
    "17 health4theworld.org",
    "10 CITY DOG SHARE (Dog Profile App)",
    "19 Institute of Personality and Social Research"],
   ["9/20/2016 17:32:16",
    "mcraig@berkeley.edu",
    "23",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "5 AsylumConnect",
    "27 The Arctic Institute",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "33 UC Berkeley: Educational Technology Services",
    "23 San Francisco Bay Bird observatory",
    "20 IntegrateNYC4Me"],
   ["9/19/2016 21:44:46",
    "tusharsingal@berkeley.edu",
    "24",
    "19 Institute of Personality and Social Research",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "22 Orinda Police Department",
    "6 Breathe California",
    "19 Institute of Personality and Social Research"],
   ["9/18/2016 22:24:41",
    "shuoyao@berkeley.edu",
    "25",
    "23 San Francisco Bay Bird observatory",
    "23 San Francisco Bay Bird observatory",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "2 Alzheimer's Greater Los Angeles",
    "27 The Arctic Institute",
    "13 Effective Altruists of Berkeley",
    "34 Visionaria Network",
    "3 American Red Cross at Cal"],
   ["9/19/2016 23:46:19",
    "theguo007@berkeley.edu",
    "26",
    "5 AsylumConnect",
    "5 AsylumConnect",
    "15 esential",
    "10 CITY DOG SHARE (Dog Profile App)",
    "9 CITY DOG SHARE (Calendar App)",
    "12 Da-Tong Society of China Studies",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "2 Alzheimer's Greater Los Angeles"],
   ["9/20/2016 22:38:28",
    "victorhlu@berkeley.edu",
    "28",
    "33 UC Berkeley: Educational Technology Services",
    "33 UC Berkeley: Educational Technology Services",
    "6 Breathe California",
    "19 Institute of Personality and Social Research",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "23 San Francisco Bay Bird observatory",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "10 CITY DOG SHARE (Dog Profile App)"],
   ["9/18/2016 19:28:24",
    "s.keegan@berkeley.edu",
    "29",
    "16 Faludi Design",
    "8 China US Culture Exchange Center",
    "16 Faludi Design",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "22 Orinda Police Department",
    "23 San Francisco Bay Bird observatory",
    "27 The Arctic Institute",
    "9 CITY DOG SHARE (Calendar App)"]]>

  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["username", "yanxinyi@berkeley.edu"], ["first_choice", 15], ["second_choice", 9], ["third_choice", 23], ["fourth_choice", 1], ["fifth_choice", 10], ["sixth_choice", 30], ["seventh_choice", 29], ["created_at", "2016-12-03 03:34:52.304014"], ["updated_at", "2016-12-03 03:34:52.304014"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 22], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 27], ["created_at", "2016-12-03 03:34:52.306476"], ["updated_at", "2016-12-03 03:34:52.306476"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 27], ["fourth_choice", 23], ["fifth_choice", 33], ["sixth_choice", 22], ["seventh_choice", 29], ["created_at", "2016-12-03 03:34:52.308316"], ["updated_at", "2016-12-03 03:34:52.308316"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 30], ["third_choice", 9], ["fourth_choice", 32], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 33], ["created_at", "2016-12-03 03:34:52.310144"], ["updated_at", "2016-12-03 03:34:52.310144"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 5], ["username", "xiangyu.ren@berkeley.edu"], ["first_choice", 2], ["second_choice", 15], ["third_choice", 22], ["fourth_choice", 32], ["fifth_choice", 8], ["sixth_choice", 14], ["seventh_choice", 6], ["created_at", "2016-12-03 03:34:52.311987"], ["updated_at", "2016-12-03 03:34:52.311987"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 6], ["username", "hubqwerty@berkeley.edu"], ["first_choice", 15], ["second_choice", 12], ["third_choice", 14], ["fourth_choice", 10], ["fifth_choice", 13], ["sixth_choice", 9], ["seventh_choice", 11], ["created_at", "2016-12-03 03:34:52.313784"], ["updated_at", "2016-12-03 03:34:52.313784"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 7], ["username", "wangxiangjiu@berkeley.edu"], ["first_choice", 6], ["second_choice", 23], ["third_choice", 17], ["fourth_choice", 4], ["fifth_choice", 22], ["sixth_choice", 32], ["seventh_choice", 34], ["created_at", "2016-12-03 03:34:52.315658"], ["updated_at", "2016-12-03 03:34:52.315658"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 8], ["username", "kryuma@berkeley.edu"], ["first_choice", 4], ["second_choice", 8], ["third_choice", 29], ["fourth_choice", 15], ["fifth_choice", 21], ["sixth_choice", 22], ["seventh_choice", 10], ["created_at", "2016-12-03 03:34:52.317527"], ["updated_at", "2016-12-03 03:34:52.317527"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 9], ["username", "njazari@berkeley.edu"], ["first_choice", 22], ["second_choice", 33], ["third_choice", 24], ["fourth_choice", 19], ["fifth_choice", 8], ["sixth_choice", 13], ["seventh_choice", 20], ["created_at", "2016-12-03 03:34:52.319371"], ["updated_at", "2016-12-03 03:34:52.319371"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 10], ["username", "lizzysteger@berkeley.edu"], ["first_choice", 12], ["second_choice", 32], ["third_choice", 31], ["fourth_choice", 3], ["fifth_choice", 7], ["sixth_choice", 29], ["seventh_choice", 25], ["created_at", "2016-12-03 03:34:52.321354"], ["updated_at", "2016-12-03 03:34:52.321354"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 11], ["username", "kadhirvelm@berkeley.edu"], ["first_choice", 29], ["second_choice", 31], ["third_choice", 28], ["fourth_choice", 30], ["fifth_choice", 13], ["sixth_choice", 7], ["seventh_choice", 6], ["created_at", "2016-12-03 03:34:52.323290"], ["updated_at", "2016-12-03 03:34:52.323290"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 12], ["username", "gunsoo02@berkeley.edu"], ["first_choice", 4], ["second_choice", 23], ["third_choice", 6], ["fourth_choice", 19], ["fifth_choice", 22], ["sixth_choice", 27], ["seventh_choice", 3], ["created_at", "2016-12-03 03:34:52.325169"], ["updated_at", "2016-12-03 03:34:52.325169"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 13], ["username", "kailiyen@berkeley.edu"], ["first_choice", 21], ["second_choice", 5], ["third_choice", 14], ["fourth_choice", 20], ["fifth_choice", 27], ["sixth_choice", 30], ["seventh_choice", 4], ["created_at", "2016-12-03 03:34:52.327107"], ["updated_at", "2016-12-03 03:34:52.327107"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 14], ["username", "hiftekhar@berkeley.edu"], ["first_choice", 10], ["second_choice", 3], ["third_choice", 23], ["fourth_choice", 7], ["fifth_choice", 27], ["sixth_choice", 1], ["seventh_choice", 11], ["created_at", "2016-12-03 03:34:52.328993"], ["updated_at", "2016-12-03 03:34:52.328993"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 15], ["username", "mingu08@berkeley.edu"], ["first_choice", 32], ["second_choice", 31], ["third_choice", 9], ["fourth_choice", 28], ["fifth_choice", 15], ["sixth_choice", 33], ["seventh_choice", 14], ["created_at", "2016-12-03 03:34:52.330870"], ["updated_at", "2016-12-03 03:34:52.330870"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 16], ["username", "stevencheng@berkeley.edu"], ["first_choice", 9], ["second_choice", 10], ["third_choice", 2], ["fourth_choice", 29], ["fifth_choice", 28], ["sixth_choice", 30], ["seventh_choice", 31], ["created_at", "2016-12-03 03:34:52.332775"], ["updated_at", "2016-12-03 03:34:52.332775"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 17], ["username", "ross.teixeira@berkeley.edu"], ["first_choice", 13], ["second_choice", 22], ["third_choice", 2], ["fourth_choice", 10], ["fifth_choice", 32], ["sixth_choice", 7], ["seventh_choice", 1], ["created_at", "2016-12-03 03:34:52.334655"], ["updated_at", "2016-12-03 03:34:52.334655"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 18], ["username", "dasolyoon@berkeley.edu"], ["first_choice", 31], ["second_choice", 33], ["third_choice", 29], ["fourth_choice", 32], ["fifth_choice", 14], ["sixth_choice", 28], ["seventh_choice", 13], ["created_at", "2016-12-03 03:34:52.336632"], ["updated_at", "2016-12-03 03:34:52.336632"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 19], ["username", "akuo5@berkeley.edu"], ["first_choice", 10], ["second_choice", 31], ["third_choice", 22], ["fourth_choice", 23], ["fifth_choice", 9], ["sixth_choice", 15], ["seventh_choice", 3], ["created_at", "2016-12-03 03:34:52.338493"], ["updated_at", "2016-12-03 03:34:52.338493"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 20], ["username", "jessheisme@berkeley.edu"], ["first_choice", 2], ["second_choice", 12], ["third_choice", 15], ["fourth_choice", 10], ["fifth_choice", 13], ["sixth_choice", 34], ["seventh_choice", 14], ["created_at", "2016-12-03 03:34:52.340368"], ["updated_at", "2016-12-03 03:34:52.340368"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 21], ["username", "floresivette@berkeley.edu"], ["first_choice", 4], ["second_choice", 12], ["third_choice", 31], ["fourth_choice", 32], ["fifth_choice", 22], ["sixth_choice", 1], ["seventh_choice", 7], ["created_at", "2016-12-03 03:34:52.342284"], ["updated_at", "2016-12-03 03:34:52.342284"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 22], ["username", "wongdaniel8@berkeley.edu"], ["first_choice", 2], ["second_choice", 21], ["third_choice", 33], ["fourth_choice", 11], ["fifth_choice", 17], ["sixth_choice", 10], ["seventh_choice", 19], ["created_at", "2016-12-03 03:34:52.344170"], ["updated_at", "2016-12-03 03:34:52.344170"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 23], ["username", "mcraig@berkeley.edu"], ["first_choice", 14], ["second_choice", 5], ["third_choice", 27], ["fourth_choice", 4], ["fifth_choice", 33], ["sixth_choice", 23], ["seventh_choice", 20], ["created_at", "2016-12-03 03:34:52.346030"], ["updated_at", "2016-12-03 03:34:52.346030"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 24], ["username", "tusharsingal@berkeley.edu"], ["first_choice", 29], ["second_choice", 14], ["third_choice", 31], ["fourth_choice", 30], ["fifth_choice", 22], ["sixth_choice", 6], ["seventh_choice", 19], ["created_at", "2016-12-03 03:34:52.347892"], ["updated_at", "2016-12-03 03:34:52.347892"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 25], ["username", "shuoyao@berkeley.edu"], ["first_choice", 23], ["second_choice", 4], ["third_choice", 2], ["fourth_choice", 27], ["fifth_choice", 13], ["sixth_choice", 34], ["seventh_choice", 3], ["created_at", "2016-12-03 03:34:52.349727"], ["updated_at", "2016-12-03 03:34:52.349727"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 26], ["username", "theguo007@berkeley.edu"], ["first_choice", 5], ["second_choice", 15], ["third_choice", 10], ["fourth_choice", 9], ["fifth_choice", 12], ["sixth_choice", 14], ["seventh_choice", 2], ["created_at", "2016-12-03 03:34:52.351622"], ["updated_at", "2016-12-03 03:34:52.351622"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 28], ["username", "victorhlu@berkeley.edu"], ["first_choice", 33], ["second_choice", 6], ["third_choice", 19], ["fourth_choice", 31], ["fifth_choice", 23], ["sixth_choice", 28], ["seventh_choice", 10], ["created_at", "2016-12-03 03:34:52.353513"], ["updated_at", "2016-12-03 03:34:52.353513"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 29], ["username", "s.keegan@berkeley.edu"], ["first_choice", 8], ["second_choice", 16], ["third_choice", 14], ["fourth_choice", 22], ["fifth_choice", 23], ["sixth_choice", 27], ["seventh_choice", 9], ["created_at", "2016-12-03 03:34:52.355404"], ["updated_at", "2016-12-03 03:34:52.355404"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:34:52.359621"], ["updated_at", "2016-12-03 03:34:52.359621"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Processing by GoogleController#save_preferences as HTML
Redirected to http://test.host/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "created_at", "updated_at") VALUES (?, ?, ?)  [["id", 0], ["created_at", "2016-12-03 03:34:52.368544"], ["updated_at", "2016-12-03 03:34:52.368544"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:34:52.370135"], ["updated_at", "2016-12-03 03:34:52.370135"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:34:52.371560"], ["updated_at", "2016-12-03 03:34:52.371560"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:34:52.372915"], ["updated_at", "2016-12-03 03:34:52.372915"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:34:52.374451"], ["updated_at", "2016-12-03 03:34:52.374451"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:34:52.375989"], ["updated_at", "2016-12-03 03:34:52.375989"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:34:52.377393"], ["updated_at", "2016-12-03 03:34:52.377393"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:34:52.378849"], ["updated_at", "2016-12-03 03:34:52.378849"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:34:52.380289"], ["updated_at", "2016-12-03 03:34:52.380289"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:34:52.381591"], ["updated_at", "2016-12-03 03:34:52.381591"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:34:52.382904"], ["updated_at", "2016-12-03 03:34:52.382904"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:34:52.384296"], ["updated_at", "2016-12-03 03:34:52.384296"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:34:52.385784"], ["updated_at", "2016-12-03 03:34:52.385784"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:34:52.387195"], ["updated_at", "2016-12-03 03:34:52.387195"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:34:52.388667"], ["updated_at", "2016-12-03 03:34:52.388667"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:34:52.390013"], ["updated_at", "2016-12-03 03:34:52.390013"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:34:52.391386"], ["updated_at", "2016-12-03 03:34:52.391386"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:34:52.392848"], ["updated_at", "2016-12-03 03:34:52.392848"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:34:52.394385"], ["updated_at", "2016-12-03 03:34:52.394385"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:34:52.395787"], ["updated_at", "2016-12-03 03:34:52.395787"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:34:52.397232"], ["updated_at", "2016-12-03 03:34:52.397232"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:34:52.398609"], ["updated_at", "2016-12-03 03:34:52.398609"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 0], ["username", "Email Address"], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:34:52.401904"], ["updated_at", "2016-12-03 03:34:52.401904"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:34:52.405540"], ["updated_at", "2016-12-03 03:34:52.405540"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:34:52.411798"], ["updated_at", "2016-12-03 03:34:52.411798"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", nil]]
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 1], ["project_id", 1], ["created_at", "2016-12-03 03:34:52.440542"], ["updated_at", "2016-12-03 03:34:52.440542"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 2], ["created_at", "2016-12-03 03:34:52.442350"], ["updated_at", "2016-12-03 03:34:52.442350"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:34:52.444867"], ["updated_at", "2016-12-03 03:34:52.444867"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 1], ["project_id", 1], ["created_at", "2016-12-03 03:34:52.449474"], ["updated_at", "2016-12-03 03:34:52.449474"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 2], ["created_at", "2016-12-03 03:34:52.451154"], ["updated_at", "2016-12-03 03:34:52.451154"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 3], ["created_at", "2016-12-03 03:34:52.452595"], ["updated_at", "2016-12-03 03:34:52.452595"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("group_tab", "created_at", "updated_at") VALUES (?, ?, ?)  [["group_tab", "!A1:Y1000"], ["created_at", "2016-12-03 03:34:52.457139"], ["updated_at", "2016-12-03 03:34:52.457139"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
Processing by MatchesController#new as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Redirected to http://test.host/matches
Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
Processing by MatchesController#new as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Redirected to http://test.host/matches
Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:51 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.8ms)
  Rendered login/index.html.erb within layouts/application (9.3ms)
Completed 200 OK in 345ms (Views: 330.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (2.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (30.7ms)
Completed 200 OK in 61ms (Views: 40.6ms | ActiveRecord: 2.1ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:43:51 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered projects/new.html.erb within layouts/application (3.9ms)
Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Bob%27s+Bakery" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Bob's Bakery"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.6ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Bob's Bakery"], ["created_at", "2016-12-03 03:43:52.042239"], ["updated_at", "2016-12-03 03:43:52.042239"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 46ms (ActiveRecord: 1.2ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
   (0.2ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (6.0ms)
Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.3ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.5ms)
  Rendered login/index.html.erb within layouts/application (1.1ms)
Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.6ms)
Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.3ms)
Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.4ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.7ms)
Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.5ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (9.6ms)
  Rendered google/index.html.erb within layouts/application (12.1ms)
Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "groups"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:43:52.863022"], ["updated_at", "2016-12-03 03:43:52.863022"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:43:52.866448"], ["updated_at", "2016-12-03 03:43:52.866448"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 56ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.3ms)
  Rendered google/index.html.erb within layouts/application (4.9ms)
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.6ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.2ms)
  Rendered google/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:43:52.978285"], ["updated_at", "2016-12-03 03:43:52.978285"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:43:52.980439"], ["updated_at", "2016-12-03 03:43:52.980439"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:43:52 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 30ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.1ms)
  Rendered google/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.0ms)
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:53.068988"], ["updated_at", "2016-12-03 03:43:53.068988"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (3.9ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:53.120094"], ["updated_at", "2016-12-03 03:43:53.120094"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 10ms (ActiveRecord: 1.3ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (6.6ms)
  Rendered google/index.html.erb within layouts/application (7.5ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:53.143215"], ["updated_at", "2016-12-03 03:43:53.143215"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:43:53.149467"], ["updated_at", "2016-12-03 03:43:53.149467"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:43:53.151342"], ["updated_at", "2016-12-03 03:43:53.151342"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:43:53.152972"], ["updated_at", "2016-12-03 03:43:53.152972"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:43:53.154585"], ["updated_at", "2016-12-03 03:43:53.154585"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:43:53.156496"], ["updated_at", "2016-12-03 03:43:53.156496"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:43:53.157794"], ["updated_at", "2016-12-03 03:43:53.157794"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:43:53.159040"], ["updated_at", "2016-12-03 03:43:53.159040"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:43:53.160429"], ["updated_at", "2016-12-03 03:43:53.160429"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:43:53.161749"], ["updated_at", "2016-12-03 03:43:53.161749"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:43:53.163101"], ["updated_at", "2016-12-03 03:43:53.163101"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:43:53.164397"], ["updated_at", "2016-12-03 03:43:53.164397"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:43:53.165684"], ["updated_at", "2016-12-03 03:43:53.165684"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:43:53.167270"], ["updated_at", "2016-12-03 03:43:53.167270"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:43:53.168624"], ["updated_at", "2016-12-03 03:43:53.168624"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:43:53.169998"], ["updated_at", "2016-12-03 03:43:53.169998"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:43:53.171323"], ["updated_at", "2016-12-03 03:43:53.171323"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:43:53.172596"], ["updated_at", "2016-12-03 03:43:53.172596"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:43:53.173873"], ["updated_at", "2016-12-03 03:43:53.173873"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:43:53.175302"], ["updated_at", "2016-12-03 03:43:53.175302"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:43:53.176627"], ["updated_at", "2016-12-03 03:43:53.176627"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:43:53.177891"], ["updated_at", "2016-12-03 03:43:53.177891"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:43:53.180106"], ["updated_at", "2016-12-03 03:43:53.180106"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:43:53.182263"], ["updated_at", "2016-12-03 03:43:53.182263"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:43:53.184422"], ["updated_at", "2016-12-03 03:43:53.184422"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."force_matched_project_id" = ? LIMIT 1  [["force_matched_project_id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  UPDATE "groups" SET "force_matched_project_id" = ?, "updated_at" = ? WHERE "groups"."id" = ?  [["force_matched_project_id", 1], ["updated_at", "2016-12-03 03:43:53.209858"], ["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.1ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (6.6ms)
Completed 200 OK in 11ms (Views: 8.7ms | ActiveRecord: 0.8ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 1], ["created_at", "2016-12-03 03:43:53.254240"], ["updated_at", "2016-12-03 03:43:53.254240"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:43:53.258699"], ["updated_at", "2016-12-03 03:43:53.258699"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:43:53.260719"], ["updated_at", "2016-12-03 03:43:53.260719"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 16ms (ActiveRecord: 1.7ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (45.7ms)
Completed 200 OK in 57ms (Views: 46.0ms | ActiveRecord: 2.1ms)
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.0ms)
Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.5ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.4ms)
  Rendered google/index.html.erb within layouts/application (5.0ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.5ms)
Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.6ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.2ms)
  Rendered google/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.2ms)
Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.5ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (1.5ms)
Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.2ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.4ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.0ms)
Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.9ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:53.531179"], ["updated_at", "2016-12-03 03:43:53.531179"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.7ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:53.570365"], ["updated_at", "2016-12-03 03:43:53.570365"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.5ms)
  Rendered google/index.html.erb within layouts/application (4.0ms)
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:53.583497"], ["updated_at", "2016-12-03 03:43:53.583497"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:43:53.587684"], ["updated_at", "2016-12-03 03:43:53.587684"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:43:53.589057"], ["updated_at", "2016-12-03 03:43:53.589057"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:43:53.590275"], ["updated_at", "2016-12-03 03:43:53.590275"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:43:53.591684"], ["updated_at", "2016-12-03 03:43:53.591684"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:43:53.593539"], ["updated_at", "2016-12-03 03:43:53.593539"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:43:53.595486"], ["updated_at", "2016-12-03 03:43:53.595486"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:43:53.596726"], ["updated_at", "2016-12-03 03:43:53.596726"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:43:53.597977"], ["updated_at", "2016-12-03 03:43:53.597977"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:43:53.599371"], ["updated_at", "2016-12-03 03:43:53.599371"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:43:53.601168"], ["updated_at", "2016-12-03 03:43:53.601168"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:43:53.603005"], ["updated_at", "2016-12-03 03:43:53.603005"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:43:53.604940"], ["updated_at", "2016-12-03 03:43:53.604940"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:43:53.606765"], ["updated_at", "2016-12-03 03:43:53.606765"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:43:53.608778"], ["updated_at", "2016-12-03 03:43:53.608778"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:43:53.610661"], ["updated_at", "2016-12-03 03:43:53.610661"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:43:53.612708"], ["updated_at", "2016-12-03 03:43:53.612708"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:43:53.614484"], ["updated_at", "2016-12-03 03:43:53.614484"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:43:53.616368"], ["updated_at", "2016-12-03 03:43:53.616368"]]
   (0.3ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:43:53.618355"], ["updated_at", "2016-12-03 03:43:53.618355"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:43:53.620090"], ["updated_at", "2016-12-03 03:43:53.620090"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:43:53.621830"], ["updated_at", "2016-12-03 03:43:53.621830"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:43:53.624909"], ["updated_at", "2016-12-03 03:43:53.624909"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:43:53.627869"], ["updated_at", "2016-12-03 03:43:53.627869"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:43:53.630794"], ["updated_at", "2016-12-03 03:43:53.630794"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 5]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (7.6ms)
Completed 200 OK in 11ms (Views: 8.6ms | ActiveRecord: 0.8ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓", "delete"=>{"2"=>"1"}}
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
   (0.1ms)  SAVEPOINT active_record_1
  Match Load (0.1ms)  SELECT  "matches".* FROM "matches" WHERE "matches"."group_id" = ? LIMIT 1  [["group_id", 2]]
  SQL (0.1ms)  DELETE FROM "groups" WHERE "groups"."id" = ?  [["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/groups
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.6ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (5.1ms)
Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.7ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.2ms)
Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.7ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓"}
Redirected to http://www.example.com/groups
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.4ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:53.767540"], ["updated_at", "2016-12-03 03:43:53.767540"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.1ms)
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:53.811852"], ["updated_at", "2016-12-03 03:43:53.811852"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (6.5ms)
  Rendered google/index.html.erb within layouts/application (7.5ms)
Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:53.832666"], ["updated_at", "2016-12-03 03:43:53.832666"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:43:53.838808"], ["updated_at", "2016-12-03 03:43:53.838808"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:43:53.841144"], ["updated_at", "2016-12-03 03:43:53.841144"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:43:53.843334"], ["updated_at", "2016-12-03 03:43:53.843334"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:43:53.845552"], ["updated_at", "2016-12-03 03:43:53.845552"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:43:53.847458"], ["updated_at", "2016-12-03 03:43:53.847458"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:43:53.849381"], ["updated_at", "2016-12-03 03:43:53.849381"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:43:53.851385"], ["updated_at", "2016-12-03 03:43:53.851385"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:43:53.853313"], ["updated_at", "2016-12-03 03:43:53.853313"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:43:53.855225"], ["updated_at", "2016-12-03 03:43:53.855225"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:43:53.857044"], ["updated_at", "2016-12-03 03:43:53.857044"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:43:53.858387"], ["updated_at", "2016-12-03 03:43:53.858387"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:43:53.859785"], ["updated_at", "2016-12-03 03:43:53.859785"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:43:53.861077"], ["updated_at", "2016-12-03 03:43:53.861077"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:43:53.862286"], ["updated_at", "2016-12-03 03:43:53.862286"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:43:53.863703"], ["updated_at", "2016-12-03 03:43:53.863703"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:43:53.864984"], ["updated_at", "2016-12-03 03:43:53.864984"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:43:53.866175"], ["updated_at", "2016-12-03 03:43:53.866175"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:43:53.867471"], ["updated_at", "2016-12-03 03:43:53.867471"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:43:53.868698"], ["updated_at", "2016-12-03 03:43:53.868698"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:43:53.870046"], ["updated_at", "2016-12-03 03:43:53.870046"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:43:53.871318"], ["updated_at", "2016-12-03 03:43:53.871318"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:43:53.873454"], ["updated_at", "2016-12-03 03:43:53.873454"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:43:53.875598"], ["updated_at", "2016-12-03 03:43:53.875598"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:43:53.877552"], ["updated_at", "2016-12-03 03:43:53.877552"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.6ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:43:53.901526"], ["updated_at", "2016-12-03 03:43:53.901526"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:43:53.903649"], ["updated_at", "2016-12-03 03:43:53.903649"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:43:53.905819"], ["updated_at", "2016-12-03 03:43:53.905819"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 12ms (ActiveRecord: 1.4ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (39.6ms)
Completed 200 OK in 46ms (Views: 40.3ms | ActiveRecord: 2.2ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (38.2ms)
Completed 200 OK in 44ms (Views: 39.0ms | ActiveRecord: 2.0ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.0ms)
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:54.059506"], ["updated_at", "2016-12-03 03:43:54.059506"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.4ms)
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:54.095762"], ["updated_at", "2016-12-03 03:43:54.095762"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.1ms)
  Rendered google/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:54.110741"], ["updated_at", "2016-12-03 03:43:54.110741"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:43:54.114983"], ["updated_at", "2016-12-03 03:43:54.114983"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:43:54.117090"], ["updated_at", "2016-12-03 03:43:54.117090"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:43:54.118849"], ["updated_at", "2016-12-03 03:43:54.118849"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:43:54.120550"], ["updated_at", "2016-12-03 03:43:54.120550"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:43:54.122145"], ["updated_at", "2016-12-03 03:43:54.122145"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:43:54.123770"], ["updated_at", "2016-12-03 03:43:54.123770"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:43:54.125158"], ["updated_at", "2016-12-03 03:43:54.125158"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:43:54.126557"], ["updated_at", "2016-12-03 03:43:54.126557"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:43:54.127833"], ["updated_at", "2016-12-03 03:43:54.127833"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:43:54.129212"], ["updated_at", "2016-12-03 03:43:54.129212"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:43:54.130682"], ["updated_at", "2016-12-03 03:43:54.130682"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:43:54.132072"], ["updated_at", "2016-12-03 03:43:54.132072"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:43:54.133460"], ["updated_at", "2016-12-03 03:43:54.133460"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:43:54.134850"], ["updated_at", "2016-12-03 03:43:54.134850"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:43:54.136386"], ["updated_at", "2016-12-03 03:43:54.136386"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:43:54.137723"], ["updated_at", "2016-12-03 03:43:54.137723"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:43:54.139080"], ["updated_at", "2016-12-03 03:43:54.139080"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:43:54.140414"], ["updated_at", "2016-12-03 03:43:54.140414"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:43:54.141721"], ["updated_at", "2016-12-03 03:43:54.141721"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:43:54.142947"], ["updated_at", "2016-12-03 03:43:54.142947"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:43:54.144336"], ["updated_at", "2016-12-03 03:43:54.144336"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:43:54.146472"], ["updated_at", "2016-12-03 03:43:54.146472"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:43:54.148559"], ["updated_at", "2016-12-03 03:43:54.148559"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:43:54.150770"], ["updated_at", "2016-12-03 03:43:54.150770"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:43:54.173952"], ["updated_at", "2016-12-03 03:43:54.173952"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:43:54.175881"], ["updated_at", "2016-12-03 03:43:54.175881"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:43:54.177666"], ["updated_at", "2016-12-03 03:43:54.177666"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 10ms (ActiveRecord: 1.2ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (34.9ms)
Completed 200 OK in 40ms (Views: 35.1ms | ActiveRecord: 1.8ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:43:54.236376"], ["updated_at", "2016-12-03 03:43:54.236376"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:43:54.238083"], ["updated_at", "2016-12-03 03:43:54.238083"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:43:54.239582"], ["updated_at", "2016-12-03 03:43:54.239582"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (32.6ms)
Completed 200 OK in 37ms (Views: 32.9ms | ActiveRecord: 1.6ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.3ms)
Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.6ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.2ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.0ms)
Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.6ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.3ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered projects/new.html.erb within layouts/application (0.7ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Test+Project" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Test Project"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Test Project"], ["created_at", "2016-12-03 03:43:54.392857"], ["updated_at", "2016-12-03 03:43:54.392857"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (2.0ms)
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.4ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.6ms)
Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:54.441399"], ["updated_at", "2016-12-03 03:43:54.441399"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.0ms)
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:54.487603"], ["updated_at", "2016-12-03 03:43:54.487603"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 1.2ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.6ms)
  Rendered google/index.html.erb within layouts/application (5.2ms)
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:54.502897"], ["updated_at", "2016-12-03 03:43:54.502897"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:43:54.506921"], ["updated_at", "2016-12-03 03:43:54.506921"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:43:54.508337"], ["updated_at", "2016-12-03 03:43:54.508337"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:43:54.509654"], ["updated_at", "2016-12-03 03:43:54.509654"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:43:54.510900"], ["updated_at", "2016-12-03 03:43:54.510900"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:43:54.512216"], ["updated_at", "2016-12-03 03:43:54.512216"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:43:54.513431"], ["updated_at", "2016-12-03 03:43:54.513431"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:43:54.514696"], ["updated_at", "2016-12-03 03:43:54.514696"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:43:54.515985"], ["updated_at", "2016-12-03 03:43:54.515985"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:43:54.517269"], ["updated_at", "2016-12-03 03:43:54.517269"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:43:54.518470"], ["updated_at", "2016-12-03 03:43:54.518470"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:43:54.519864"], ["updated_at", "2016-12-03 03:43:54.519864"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:43:54.521084"], ["updated_at", "2016-12-03 03:43:54.521084"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:43:54.522401"], ["updated_at", "2016-12-03 03:43:54.522401"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:43:54.523656"], ["updated_at", "2016-12-03 03:43:54.523656"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:43:54.525071"], ["updated_at", "2016-12-03 03:43:54.525071"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:43:54.526287"], ["updated_at", "2016-12-03 03:43:54.526287"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:43:54.527682"], ["updated_at", "2016-12-03 03:43:54.527682"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:43:54.529014"], ["updated_at", "2016-12-03 03:43:54.529014"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:43:54.530425"], ["updated_at", "2016-12-03 03:43:54.530425"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:43:54.531868"], ["updated_at", "2016-12-03 03:43:54.531868"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:43:54.533084"], ["updated_at", "2016-12-03 03:43:54.533084"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:43:54.535364"], ["updated_at", "2016-12-03 03:43:54.535364"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:43:54.537365"], ["updated_at", "2016-12-03 03:43:54.537365"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:43:54.539580"], ["updated_at", "2016-12-03 03:43:54.539580"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.7ms)
Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:43:54.559992"], ["updated_at", "2016-12-03 03:43:54.559992"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:43:54.561545"], ["updated_at", "2016-12-03 03:43:54.561545"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:43:54.563140"], ["updated_at", "2016-12-03 03:43:54.563140"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 8ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (35.8ms)
Completed 200 OK in 41ms (Views: 36.2ms | ActiveRecord: 2.0ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.3ms)
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:54.649728"], ["updated_at", "2016-12-03 03:43:54.649728"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.8ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.1ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:54.689018"], ["updated_at", "2016-12-03 03:43:54.689018"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (3.7ms)
  Rendered google/index.html.erb within layouts/application (4.3ms)
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:54.702099"], ["updated_at", "2016-12-03 03:43:54.702099"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:43:54.705800"], ["updated_at", "2016-12-03 03:43:54.705800"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:43:54.707236"], ["updated_at", "2016-12-03 03:43:54.707236"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:43:54.708542"], ["updated_at", "2016-12-03 03:43:54.708542"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:43:54.709808"], ["updated_at", "2016-12-03 03:43:54.709808"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:43:54.711079"], ["updated_at", "2016-12-03 03:43:54.711079"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:43:54.712298"], ["updated_at", "2016-12-03 03:43:54.712298"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:43:54.713618"], ["updated_at", "2016-12-03 03:43:54.713618"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:43:54.714871"], ["updated_at", "2016-12-03 03:43:54.714871"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:43:54.716098"], ["updated_at", "2016-12-03 03:43:54.716098"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:43:54.717371"], ["updated_at", "2016-12-03 03:43:54.717371"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:43:54.718576"], ["updated_at", "2016-12-03 03:43:54.718576"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:43:54.719850"], ["updated_at", "2016-12-03 03:43:54.719850"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:43:54.721145"], ["updated_at", "2016-12-03 03:43:54.721145"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:43:54.722539"], ["updated_at", "2016-12-03 03:43:54.722539"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:43:54.723956"], ["updated_at", "2016-12-03 03:43:54.723956"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:43:54.725383"], ["updated_at", "2016-12-03 03:43:54.725383"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:43:54.726642"], ["updated_at", "2016-12-03 03:43:54.726642"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:43:54.729123"], ["updated_at", "2016-12-03 03:43:54.729123"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:43:54.731328"], ["updated_at", "2016-12-03 03:43:54.731328"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:43:54.732937"], ["updated_at", "2016-12-03 03:43:54.732937"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:43:54.734733"], ["updated_at", "2016-12-03 03:43:54.734733"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:43:54.737083"], ["updated_at", "2016-12-03 03:43:54.737083"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:43:54.739390"], ["updated_at", "2016-12-03 03:43:54.739390"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:43:54.741440"], ["updated_at", "2016-12-03 03:43:54.741440"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.2ms)
Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:43:54.764055"], ["updated_at", "2016-12-03 03:43:54.764055"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:43:54.765704"], ["updated_at", "2016-12-03 03:43:54.765704"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:43:54.767342"], ["updated_at", "2016-12-03 03:43:54.767342"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.2ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (34.2ms)
Completed 200 OK in 39ms (Views: 34.4ms | ActiveRecord: 1.8ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered matches/index.html.erb within layouts/application (0.3ms)
Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.6ms)
Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:54.844172"], ["updated_at", "2016-12-03 03:43:54.844172"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.6ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:54.882497"], ["updated_at", "2016-12-03 03:43:54.882497"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.0ms)
  Rendered google/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:54.898049"], ["updated_at", "2016-12-03 03:43:54.898049"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:43:54.901985"], ["updated_at", "2016-12-03 03:43:54.901985"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:43:54.903736"], ["updated_at", "2016-12-03 03:43:54.903736"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:43:54.905019"], ["updated_at", "2016-12-03 03:43:54.905019"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:43:54.906304"], ["updated_at", "2016-12-03 03:43:54.906304"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:43:54.907662"], ["updated_at", "2016-12-03 03:43:54.907662"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:43:54.908948"], ["updated_at", "2016-12-03 03:43:54.908948"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:43:54.910263"], ["updated_at", "2016-12-03 03:43:54.910263"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:43:54.911575"], ["updated_at", "2016-12-03 03:43:54.911575"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:43:54.912871"], ["updated_at", "2016-12-03 03:43:54.912871"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:43:54.914208"], ["updated_at", "2016-12-03 03:43:54.914208"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:43:54.915506"], ["updated_at", "2016-12-03 03:43:54.915506"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:43:54.916801"], ["updated_at", "2016-12-03 03:43:54.916801"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:43:54.918089"], ["updated_at", "2016-12-03 03:43:54.918089"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:43:54.919393"], ["updated_at", "2016-12-03 03:43:54.919393"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:43:54.920656"], ["updated_at", "2016-12-03 03:43:54.920656"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:43:54.921913"], ["updated_at", "2016-12-03 03:43:54.921913"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:43:54.923227"], ["updated_at", "2016-12-03 03:43:54.923227"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:43:54.924537"], ["updated_at", "2016-12-03 03:43:54.924537"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:43:54.925782"], ["updated_at", "2016-12-03 03:43:54.925782"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:43:54.927077"], ["updated_at", "2016-12-03 03:43:54.927077"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:43:54.928955"], ["updated_at", "2016-12-03 03:43:54.928955"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:43:54.932209"], ["updated_at", "2016-12-03 03:43:54.932209"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:43:54.934840"], ["updated_at", "2016-12-03 03:43:54.934840"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:43:54.936796"], ["updated_at", "2016-12-03 03:43:54.936796"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.9ms)
Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:43:54.957392"], ["updated_at", "2016-12-03 03:43:54.957392"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:43:54.959021"], ["updated_at", "2016-12-03 03:43:54.959021"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:43:54.960483"], ["updated_at", "2016-12-03 03:43:54.960483"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 8ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.1ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (32.1ms)
Completed 200 OK in 36ms (Views: 32.2ms | ActiveRecord: 1.6ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:43:55 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered matches/index.html.erb within layouts/application (0.3ms)
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:43:55 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:43:55 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:55 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:55.034380"], ["updated_at", "2016-12-03 03:43:55.034380"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:55 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.4ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:55 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.1ms)  SELECT "settings".* FROM "settings"
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:55.071153"], ["updated_at", "2016-12-03 03:43:55.071153"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 0.9ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:43:55 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.3ms)
  Rendered google/index.html.erb within layouts/application (4.9ms)
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:43:55.085495"], ["updated_at", "2016-12-03 03:43:55.085495"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:43:55 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:43:55.089735"], ["updated_at", "2016-12-03 03:43:55.089735"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:43:55.091644"], ["updated_at", "2016-12-03 03:43:55.091644"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:43:55.093616"], ["updated_at", "2016-12-03 03:43:55.093616"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:43:55.095344"], ["updated_at", "2016-12-03 03:43:55.095344"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:43:55.096659"], ["updated_at", "2016-12-03 03:43:55.096659"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:43:55.098139"], ["updated_at", "2016-12-03 03:43:55.098139"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:43:55.099436"], ["updated_at", "2016-12-03 03:43:55.099436"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:43:55.100904"], ["updated_at", "2016-12-03 03:43:55.100904"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:43:55.102480"], ["updated_at", "2016-12-03 03:43:55.102480"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:43:55.103860"], ["updated_at", "2016-12-03 03:43:55.103860"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:43:55.105469"], ["updated_at", "2016-12-03 03:43:55.105469"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:43:55.106855"], ["updated_at", "2016-12-03 03:43:55.106855"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:43:55.108560"], ["updated_at", "2016-12-03 03:43:55.108560"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:43:55.110351"], ["updated_at", "2016-12-03 03:43:55.110351"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:43:55.112251"], ["updated_at", "2016-12-03 03:43:55.112251"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:43:55.114193"], ["updated_at", "2016-12-03 03:43:55.114193"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:43:55.116169"], ["updated_at", "2016-12-03 03:43:55.116169"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:43:55.117391"], ["updated_at", "2016-12-03 03:43:55.117391"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:43:55.118577"], ["updated_at", "2016-12-03 03:43:55.118577"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:43:55.119816"], ["updated_at", "2016-12-03 03:43:55.119816"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:43:55.121002"], ["updated_at", "2016-12-03 03:43:55.121002"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:43:55.123122"], ["updated_at", "2016-12-03 03:43:55.123122"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:43:55.124963"], ["updated_at", "2016-12-03 03:43:55.124963"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:43:55.126712"], ["updated_at", "2016-12-03 03:43:55.126712"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:43:55 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:43:55 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:43:55.145988"], ["updated_at", "2016-12-03 03:43:55.145988"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:43:55.147462"], ["updated_at", "2016-12-03 03:43:55.147462"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:43:55.148810"], ["updated_at", "2016-12-03 03:43:55.148810"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 8ms (ActiveRecord: 0.9ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:43:55 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (29.5ms)
Completed 200 OK in 33ms (Views: 29.6ms | ActiveRecord: 1.5ms)
   (0.3ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:07 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.6ms)
  Rendered login/index.html.erb within layouts/application (7.5ms)
Completed 200 OK in 319ms (Views: 308.1ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:07 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:07 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.5ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (25.1ms)
Completed 200 OK in 61ms (Views: 46.6ms | ActiveRecord: 1.1ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:46:07 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered projects/new.html.erb within layouts/application (3.0ms)
Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Bob%27s+Bakery" for 127.0.0.1 at 2016-12-03 03:46:07 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Bob's Bakery"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.6ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Bob's Bakery"], ["created_at", "2016-12-03 03:46:07.886803"], ["updated_at", "2016-12-03 03:46:07.886803"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 45ms (ActiveRecord: 1.2ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:46:07 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (2.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (6.4ms)
Completed 200 OK in 16ms (Views: 13.6ms | ActiveRecord: 0.2ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:07 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (1.1ms)
  Rendered login/index.html.erb within layouts/application (1.7ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:07 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (1.8ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (11.2ms)
Completed 200 OK in 19ms (Views: 15.2ms | ActiveRecord: 0.8ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 9ms (Views: 6.6ms | ActiveRecord: 0.7ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.1ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (9.1ms)
  Rendered google/index.html.erb within layouts/application (11.0ms)
Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "groups"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:46:08.753797"], ["updated_at", "2016-12-03 03:46:08.753797"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:46:08.756671"], ["updated_at", "2016-12-03 03:46:08.756671"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 61ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (6.6ms)
  Rendered google/index.html.erb within layouts/application (7.5ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.0ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.9ms)
Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.6ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (5.6ms)
  Rendered google/index.html.erb within layouts/application (6.4ms)
Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:46:08.880952"], ["updated_at", "2016-12-03 03:46:08.880952"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:46:08.883164"], ["updated_at", "2016-12-03 03:46:08.883164"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 41ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (6.4ms)
  Rendered google/index.html.erb within layouts/application (7.1ms)
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.5ms)
Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:08.978552"], ["updated_at", "2016-12-03 03:46:08.978552"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:08 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (3.0ms)
Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:09.021471"], ["updated_at", "2016-12-03 03:46:09.021471"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.0ms)
  Rendered google/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:09.037612"], ["updated_at", "2016-12-03 03:46:09.037612"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:46:09.042217"], ["updated_at", "2016-12-03 03:46:09.042217"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:46:09.043831"], ["updated_at", "2016-12-03 03:46:09.043831"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:46:09.045543"], ["updated_at", "2016-12-03 03:46:09.045543"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:46:09.046928"], ["updated_at", "2016-12-03 03:46:09.046928"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:46:09.048768"], ["updated_at", "2016-12-03 03:46:09.048768"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:46:09.050114"], ["updated_at", "2016-12-03 03:46:09.050114"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:46:09.052006"], ["updated_at", "2016-12-03 03:46:09.052006"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:46:09.053511"], ["updated_at", "2016-12-03 03:46:09.053511"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:46:09.054973"], ["updated_at", "2016-12-03 03:46:09.054973"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:46:09.056407"], ["updated_at", "2016-12-03 03:46:09.056407"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:46:09.057851"], ["updated_at", "2016-12-03 03:46:09.057851"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:46:09.059189"], ["updated_at", "2016-12-03 03:46:09.059189"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:46:09.060616"], ["updated_at", "2016-12-03 03:46:09.060616"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:46:09.061961"], ["updated_at", "2016-12-03 03:46:09.061961"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:46:09.063297"], ["updated_at", "2016-12-03 03:46:09.063297"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:46:09.064603"], ["updated_at", "2016-12-03 03:46:09.064603"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:46:09.065993"], ["updated_at", "2016-12-03 03:46:09.065993"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:46:09.067434"], ["updated_at", "2016-12-03 03:46:09.067434"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:46:09.068933"], ["updated_at", "2016-12-03 03:46:09.068933"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:46:09.070290"], ["updated_at", "2016-12-03 03:46:09.070290"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:46:09.071605"], ["updated_at", "2016-12-03 03:46:09.071605"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:46:09.074232"], ["updated_at", "2016-12-03 03:46:09.074232"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:46:09.076958"], ["updated_at", "2016-12-03 03:46:09.076958"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:46:09.078996"], ["updated_at", "2016-12-03 03:46:09.078996"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."force_matched_project_id" = ? LIMIT 1  [["force_matched_project_id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  UPDATE "groups" SET "force_matched_project_id" = ?, "updated_at" = ? WHERE "groups"."id" = ?  [["force_matched_project_id", 1], ["updated_at", "2016-12-03 03:46:09.108031"], ["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.2ms)
Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.2ms)  DELETE FROM "matches"
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 1], ["created_at", "2016-12-03 03:46:09.143776"], ["updated_at", "2016-12-03 03:46:09.143776"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:46:09.146581"], ["updated_at", "2016-12-03 03:46:09.146581"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:46:09.148028"], ["updated_at", "2016-12-03 03:46:09.148028"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 13ms (ActiveRecord: 1.4ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (45.0ms)
Completed 200 OK in 58ms (Views: 45.6ms | ActiveRecord: 2.1ms)
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.7ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (22.0ms)
  Rendered google/index.html.erb within layouts/application (22.8ms)
Completed 200 OK in 26ms (Views: 25.1ms | ActiveRecord: 0.0ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.2ms)
Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.5ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (4.1ms)
  Rendered google/index.html.erb within layouts/application (4.8ms)
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.9ms)
Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.5ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (1.4ms)
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:09.403085"], ["updated_at", "2016-12-03 03:46:09.403085"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.6ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:09.445016"], ["updated_at", "2016-12-03 03:46:09.445016"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (3.9ms)
  Rendered google/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:09.458886"], ["updated_at", "2016-12-03 03:46:09.458886"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:46:09.462683"], ["updated_at", "2016-12-03 03:46:09.462683"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:46:09.464588"], ["updated_at", "2016-12-03 03:46:09.464588"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:46:09.465913"], ["updated_at", "2016-12-03 03:46:09.465913"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:46:09.467400"], ["updated_at", "2016-12-03 03:46:09.467400"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:46:09.468773"], ["updated_at", "2016-12-03 03:46:09.468773"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:46:09.470208"], ["updated_at", "2016-12-03 03:46:09.470208"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:46:09.471597"], ["updated_at", "2016-12-03 03:46:09.471597"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:46:09.473092"], ["updated_at", "2016-12-03 03:46:09.473092"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:46:09.474691"], ["updated_at", "2016-12-03 03:46:09.474691"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:46:09.475942"], ["updated_at", "2016-12-03 03:46:09.475942"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:46:09.477208"], ["updated_at", "2016-12-03 03:46:09.477208"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:46:09.478435"], ["updated_at", "2016-12-03 03:46:09.478435"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:46:09.479795"], ["updated_at", "2016-12-03 03:46:09.479795"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:46:09.481217"], ["updated_at", "2016-12-03 03:46:09.481217"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:46:09.482571"], ["updated_at", "2016-12-03 03:46:09.482571"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:46:09.483977"], ["updated_at", "2016-12-03 03:46:09.483977"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:46:09.485268"], ["updated_at", "2016-12-03 03:46:09.485268"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:46:09.486648"], ["updated_at", "2016-12-03 03:46:09.486648"]]
   (0.3ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:46:09.488420"], ["updated_at", "2016-12-03 03:46:09.488420"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:46:09.489677"], ["updated_at", "2016-12-03 03:46:09.489677"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:46:09.491007"], ["updated_at", "2016-12-03 03:46:09.491007"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:46:09.493343"], ["updated_at", "2016-12-03 03:46:09.493343"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:46:09.495404"], ["updated_at", "2016-12-03 03:46:09.495404"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:46:09.497288"], ["updated_at", "2016-12-03 03:46:09.497288"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 5]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (7.2ms)
Completed 200 OK in 11ms (Views: 8.3ms | ActiveRecord: 0.9ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓", "delete"=>{"2"=>"1"}}
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
   (0.1ms)  SAVEPOINT active_record_1
  Match Load (0.1ms)  SELECT  "matches".* FROM "matches" WHERE "matches"."group_id" = ? LIMIT 1  [["group_id", 2]]
  SQL (0.1ms)  DELETE FROM "groups" WHERE "groups"."id" = ?  [["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/groups
Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (6.3ms)
Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.8ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.6ms)
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.5ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered groups/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓"}
Redirected to http://www.example.com/groups
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.9ms)
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.4ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.0ms)
Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.6ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:09.635940"], ["updated_at", "2016-12-03 03:46:09.635940"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.4ms)
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:09.675006"], ["updated_at", "2016-12-03 03:46:09.675006"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 0.9ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.9ms)
  Rendered google/index.html.erb within layouts/application (4.4ms)
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:09.688589"], ["updated_at", "2016-12-03 03:46:09.688589"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:46:09.692294"], ["updated_at", "2016-12-03 03:46:09.692294"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:46:09.693765"], ["updated_at", "2016-12-03 03:46:09.693765"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:46:09.695103"], ["updated_at", "2016-12-03 03:46:09.695103"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:46:09.697053"], ["updated_at", "2016-12-03 03:46:09.697053"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:46:09.699000"], ["updated_at", "2016-12-03 03:46:09.699000"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:46:09.700911"], ["updated_at", "2016-12-03 03:46:09.700911"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:46:09.702907"], ["updated_at", "2016-12-03 03:46:09.702907"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:46:09.704701"], ["updated_at", "2016-12-03 03:46:09.704701"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:46:09.706312"], ["updated_at", "2016-12-03 03:46:09.706312"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:46:09.707774"], ["updated_at", "2016-12-03 03:46:09.707774"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:46:09.709174"], ["updated_at", "2016-12-03 03:46:09.709174"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:46:09.710535"], ["updated_at", "2016-12-03 03:46:09.710535"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:46:09.712182"], ["updated_at", "2016-12-03 03:46:09.712182"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:46:09.713577"], ["updated_at", "2016-12-03 03:46:09.713577"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:46:09.714881"], ["updated_at", "2016-12-03 03:46:09.714881"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:46:09.716246"], ["updated_at", "2016-12-03 03:46:09.716246"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:46:09.717642"], ["updated_at", "2016-12-03 03:46:09.717642"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:46:09.718926"], ["updated_at", "2016-12-03 03:46:09.718926"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:46:09.720244"], ["updated_at", "2016-12-03 03:46:09.720244"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:46:09.721541"], ["updated_at", "2016-12-03 03:46:09.721541"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:46:09.722847"], ["updated_at", "2016-12-03 03:46:09.722847"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:46:09.725123"], ["updated_at", "2016-12-03 03:46:09.725123"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:46:09.727272"], ["updated_at", "2016-12-03 03:46:09.727272"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:46:09.729221"], ["updated_at", "2016-12-03 03:46:09.729221"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.9ms)
Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:46:09.750270"], ["updated_at", "2016-12-03 03:46:09.750270"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:46:09.751886"], ["updated_at", "2016-12-03 03:46:09.751886"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:46:09.753444"], ["updated_at", "2016-12-03 03:46:09.753444"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (33.9ms)
Completed 200 OK in 39ms (Views: 34.3ms | ActiveRecord: 1.8ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (36.7ms)
Completed 200 OK in 41ms (Views: 36.7ms | ActiveRecord: 1.9ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.6ms)
Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:09.886071"], ["updated_at", "2016-12-03 03:46:09.886071"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.7ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:09.931130"], ["updated_at", "2016-12-03 03:46:09.931130"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (6.7ms)
  Rendered google/index.html.erb within layouts/application (7.7ms)
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:09.953327"], ["updated_at", "2016-12-03 03:46:09.953327"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:09 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:46:09.959837"], ["updated_at", "2016-12-03 03:46:09.959837"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:46:09.962240"], ["updated_at", "2016-12-03 03:46:09.962240"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:46:09.964433"], ["updated_at", "2016-12-03 03:46:09.964433"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:46:09.966440"], ["updated_at", "2016-12-03 03:46:09.966440"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:46:09.968549"], ["updated_at", "2016-12-03 03:46:09.968549"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:46:09.970673"], ["updated_at", "2016-12-03 03:46:09.970673"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:46:09.972760"], ["updated_at", "2016-12-03 03:46:09.972760"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:46:09.974847"], ["updated_at", "2016-12-03 03:46:09.974847"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:46:09.977043"], ["updated_at", "2016-12-03 03:46:09.977043"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:46:09.979271"], ["updated_at", "2016-12-03 03:46:09.979271"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:46:09.981314"], ["updated_at", "2016-12-03 03:46:09.981314"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:46:09.983322"], ["updated_at", "2016-12-03 03:46:09.983322"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:46:09.985477"], ["updated_at", "2016-12-03 03:46:09.985477"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:46:09.987196"], ["updated_at", "2016-12-03 03:46:09.987196"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:46:09.988530"], ["updated_at", "2016-12-03 03:46:09.988530"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:46:09.990088"], ["updated_at", "2016-12-03 03:46:09.990088"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:46:09.991962"], ["updated_at", "2016-12-03 03:46:09.991962"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:46:09.993737"], ["updated_at", "2016-12-03 03:46:09.993737"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:46:09.995391"], ["updated_at", "2016-12-03 03:46:09.995391"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:46:09.997416"], ["updated_at", "2016-12-03 03:46:09.997416"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:46:09.998817"], ["updated_at", "2016-12-03 03:46:09.998817"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:46:10.002026"], ["updated_at", "2016-12-03 03:46:10.002026"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:46:10.005031"], ["updated_at", "2016-12-03 03:46:10.005031"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:46:10.007687"], ["updated_at", "2016-12-03 03:46:10.007687"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.9ms)
Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:46:10.030189"], ["updated_at", "2016-12-03 03:46:10.030189"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:46:10.032182"], ["updated_at", "2016-12-03 03:46:10.032182"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:46:10.033680"], ["updated_at", "2016-12-03 03:46:10.033680"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 10ms (ActiveRecord: 1.2ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (40.8ms)
Completed 200 OK in 48ms (Views: 41.5ms | ActiveRecord: 2.3ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:46:10.102493"], ["updated_at", "2016-12-03 03:46:10.102493"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:46:10.105734"], ["updated_at", "2016-12-03 03:46:10.105734"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:46:10.108225"], ["updated_at", "2016-12-03 03:46:10.108225"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 13ms (ActiveRecord: 1.4ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.5ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (37.2ms)
Completed 200 OK in 44ms (Views: 37.6ms | ActiveRecord: 2.2ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.4ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.1ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (1.1ms)
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.0ms)
Completed 200 OK in 10ms (Views: 7.1ms | ActiveRecord: 0.9ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.3ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered projects/new.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Test+Project" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Test Project"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Test Project"], ["created_at", "2016-12-03 03:46:10.278057"], ["updated_at", "2016-12-03 03:46:10.278057"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.7ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.0ms)
Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.6ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:10.327461"], ["updated_at", "2016-12-03 03:46:10.327461"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.6ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:10.368085"], ["updated_at", "2016-12-03 03:46:10.368085"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.6ms)
  Rendered google/index.html.erb within layouts/application (5.2ms)
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:10.383603"], ["updated_at", "2016-12-03 03:46:10.383603"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:46:10.387934"], ["updated_at", "2016-12-03 03:46:10.387934"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:46:10.389408"], ["updated_at", "2016-12-03 03:46:10.389408"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:46:10.390719"], ["updated_at", "2016-12-03 03:46:10.390719"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:46:10.392225"], ["updated_at", "2016-12-03 03:46:10.392225"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:46:10.393530"], ["updated_at", "2016-12-03 03:46:10.393530"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:46:10.394865"], ["updated_at", "2016-12-03 03:46:10.394865"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:46:10.396527"], ["updated_at", "2016-12-03 03:46:10.396527"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:46:10.397873"], ["updated_at", "2016-12-03 03:46:10.397873"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:46:10.399243"], ["updated_at", "2016-12-03 03:46:10.399243"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:46:10.400706"], ["updated_at", "2016-12-03 03:46:10.400706"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:46:10.402211"], ["updated_at", "2016-12-03 03:46:10.402211"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:46:10.404002"], ["updated_at", "2016-12-03 03:46:10.404002"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:46:10.405805"], ["updated_at", "2016-12-03 03:46:10.405805"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:46:10.407384"], ["updated_at", "2016-12-03 03:46:10.407384"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:46:10.409137"], ["updated_at", "2016-12-03 03:46:10.409137"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:46:10.410733"], ["updated_at", "2016-12-03 03:46:10.410733"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:46:10.412469"], ["updated_at", "2016-12-03 03:46:10.412469"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:46:10.414321"], ["updated_at", "2016-12-03 03:46:10.414321"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:46:10.415831"], ["updated_at", "2016-12-03 03:46:10.415831"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:46:10.418136"], ["updated_at", "2016-12-03 03:46:10.418136"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:46:10.419755"], ["updated_at", "2016-12-03 03:46:10.419755"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:46:10.422760"], ["updated_at", "2016-12-03 03:46:10.422760"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:46:10.425127"], ["updated_at", "2016-12-03 03:46:10.425127"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:46:10.427477"], ["updated_at", "2016-12-03 03:46:10.427477"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.9ms)
Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:46:10.450687"], ["updated_at", "2016-12-03 03:46:10.450687"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:46:10.452473"], ["updated_at", "2016-12-03 03:46:10.452473"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:46:10.454697"], ["updated_at", "2016-12-03 03:46:10.454697"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 10ms (ActiveRecord: 1.4ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (37.6ms)
Completed 200 OK in 43ms (Views: 37.9ms | ActiveRecord: 1.9ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.6ms)
Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:10.545386"], ["updated_at", "2016-12-03 03:46:10.545386"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.8ms)
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.4ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:10.591272"], ["updated_at", "2016-12-03 03:46:10.591272"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 10ms (ActiveRecord: 1.5ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (4.5ms)
  Rendered google/index.html.erb within layouts/application (5.2ms)
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:10.610057"], ["updated_at", "2016-12-03 03:46:10.610057"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:46:10.615315"], ["updated_at", "2016-12-03 03:46:10.615315"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:46:10.617826"], ["updated_at", "2016-12-03 03:46:10.617826"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:46:10.619506"], ["updated_at", "2016-12-03 03:46:10.619506"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:46:10.621607"], ["updated_at", "2016-12-03 03:46:10.621607"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:46:10.623879"], ["updated_at", "2016-12-03 03:46:10.623879"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:46:10.625633"], ["updated_at", "2016-12-03 03:46:10.625633"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:46:10.627696"], ["updated_at", "2016-12-03 03:46:10.627696"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:46:10.629716"], ["updated_at", "2016-12-03 03:46:10.629716"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:46:10.631578"], ["updated_at", "2016-12-03 03:46:10.631578"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:46:10.633360"], ["updated_at", "2016-12-03 03:46:10.633360"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:46:10.635643"], ["updated_at", "2016-12-03 03:46:10.635643"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:46:10.637561"], ["updated_at", "2016-12-03 03:46:10.637561"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:46:10.639568"], ["updated_at", "2016-12-03 03:46:10.639568"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:46:10.641408"], ["updated_at", "2016-12-03 03:46:10.641408"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:46:10.643385"], ["updated_at", "2016-12-03 03:46:10.643385"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:46:10.645405"], ["updated_at", "2016-12-03 03:46:10.645405"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:46:10.647035"], ["updated_at", "2016-12-03 03:46:10.647035"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:46:10.648885"], ["updated_at", "2016-12-03 03:46:10.648885"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:46:10.650178"], ["updated_at", "2016-12-03 03:46:10.650178"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:46:10.651579"], ["updated_at", "2016-12-03 03:46:10.651579"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:46:10.652915"], ["updated_at", "2016-12-03 03:46:10.652915"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:46:10.655374"], ["updated_at", "2016-12-03 03:46:10.655374"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:46:10.657598"], ["updated_at", "2016-12-03 03:46:10.657598"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:46:10.659781"], ["updated_at", "2016-12-03 03:46:10.659781"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.9ms)
Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.7ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:46:10.687376"], ["updated_at", "2016-12-03 03:46:10.687376"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:46:10.689899"], ["updated_at", "2016-12-03 03:46:10.689899"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:46:10.691779"], ["updated_at", "2016-12-03 03:46:10.691779"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 12ms (ActiveRecord: 1.4ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (39.3ms)
Completed 200 OK in 45ms (Views: 39.2ms | ActiveRecord: 2.2ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:10.781530"], ["updated_at", "2016-12-03 03:46:10.781530"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.9ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:10.824536"], ["updated_at", "2016-12-03 03:46:10.824536"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (4.8ms)
  Rendered google/index.html.erb within layouts/application (5.5ms)
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:10.841001"], ["updated_at", "2016-12-03 03:46:10.841001"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:46:10.844816"], ["updated_at", "2016-12-03 03:46:10.844816"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:46:10.846393"], ["updated_at", "2016-12-03 03:46:10.846393"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:46:10.847790"], ["updated_at", "2016-12-03 03:46:10.847790"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:46:10.849150"], ["updated_at", "2016-12-03 03:46:10.849150"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:46:10.850599"], ["updated_at", "2016-12-03 03:46:10.850599"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:46:10.852516"], ["updated_at", "2016-12-03 03:46:10.852516"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:46:10.853923"], ["updated_at", "2016-12-03 03:46:10.853923"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:46:10.855370"], ["updated_at", "2016-12-03 03:46:10.855370"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:46:10.856916"], ["updated_at", "2016-12-03 03:46:10.856916"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:46:10.858313"], ["updated_at", "2016-12-03 03:46:10.858313"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:46:10.860268"], ["updated_at", "2016-12-03 03:46:10.860268"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:46:10.861799"], ["updated_at", "2016-12-03 03:46:10.861799"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:46:10.863170"], ["updated_at", "2016-12-03 03:46:10.863170"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:46:10.864732"], ["updated_at", "2016-12-03 03:46:10.864732"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:46:10.866080"], ["updated_at", "2016-12-03 03:46:10.866080"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:46:10.867562"], ["updated_at", "2016-12-03 03:46:10.867562"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:46:10.868908"], ["updated_at", "2016-12-03 03:46:10.868908"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:46:10.870385"], ["updated_at", "2016-12-03 03:46:10.870385"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:46:10.871832"], ["updated_at", "2016-12-03 03:46:10.871832"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:46:10.873152"], ["updated_at", "2016-12-03 03:46:10.873152"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:46:10.874751"], ["updated_at", "2016-12-03 03:46:10.874751"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:46:10.878267"], ["updated_at", "2016-12-03 03:46:10.878267"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:46:10.880791"], ["updated_at", "2016-12-03 03:46:10.880791"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:46:10.882878"], ["updated_at", "2016-12-03 03:46:10.882878"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.7ms)
Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.6ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:46:10.906387"], ["updated_at", "2016-12-03 03:46:10.906387"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:46:10.909114"], ["updated_at", "2016-12-03 03:46:10.909114"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:46:10.911272"], ["updated_at", "2016-12-03 03:46:10.911272"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 11ms (ActiveRecord: 1.4ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:10 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.5ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (43.2ms)
Completed 200 OK in 50ms (Views: 43.6ms | ActiveRecord: 2.3ms)
   (0.3ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:48 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.7ms)
  Rendered login/index.html.erb within layouts/application (9.0ms)
Completed 200 OK in 345ms (Views: 328.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:49 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:49 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (27.7ms)
Completed 200 OK in 51ms (Views: 37.3ms | ActiveRecord: 0.9ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:46:49 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered projects/new.html.erb within layouts/application (2.4ms)
Completed 200 OK in 15ms (Views: 11.9ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Bob%27s+Bakery" for 127.0.0.1 at 2016-12-03 03:46:49 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Bob's Bakery"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.5ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Bob's Bakery"], ["created_at", "2016-12-03 03:46:49.170266"], ["updated_at", "2016-12-03 03:46:49.170266"]]
   (1.9ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 38ms (ActiveRecord: 2.7ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:46:49 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
   (0.2ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (6.4ms)
Completed 200 OK in 16ms (Views: 13.2ms | ActiveRecord: 0.3ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:49 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (1.5ms)
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:49 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:49 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (2.1ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (23.0ms)
Completed 200 OK in 29ms (Views: 25.6ms | ActiveRecord: 0.8ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:49 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.7ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.8ms)
Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.6ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:49 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:49 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:49 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.6ms)
Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.6ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:49 +0000
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (11.3ms)
  Rendered google/index.html.erb within layouts/application (13.9ms)
Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "groups"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:46:50.026384"], ["updated_at", "2016-12-03 03:46:50.026384"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:46:50.029411"], ["updated_at", "2016-12-03 03:46:50.029411"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 38ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (4.4ms)
  Rendered google/index.html.erb within layouts/application (5.3ms)
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.6ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (5.5ms)
  Rendered google/index.html.erb within layouts/application (6.3ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:46:50.134681"], ["updated_at", "2016-12-03 03:46:50.134681"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:46:50.137047"], ["updated_at", "2016-12-03 03:46:50.137047"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 25ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (5.0ms)
  Rendered google/index.html.erb within layouts/application (5.6ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.4ms)
Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.8ms)
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:50.240442"], ["updated_at", "2016-12-03 03:46:50.240442"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (4.2ms)
Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.3ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:50.290467"], ["updated_at", "2016-12-03 03:46:50.290467"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 0.9ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (6.1ms)
  Rendered google/index.html.erb within layouts/application (6.8ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:50.309737"], ["updated_at", "2016-12-03 03:46:50.309737"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:46:50.315747"], ["updated_at", "2016-12-03 03:46:50.315747"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:46:50.317609"], ["updated_at", "2016-12-03 03:46:50.317609"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:46:50.319421"], ["updated_at", "2016-12-03 03:46:50.319421"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:46:50.321344"], ["updated_at", "2016-12-03 03:46:50.321344"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:46:50.323191"], ["updated_at", "2016-12-03 03:46:50.323191"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:46:50.324803"], ["updated_at", "2016-12-03 03:46:50.324803"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:46:50.327008"], ["updated_at", "2016-12-03 03:46:50.327008"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:46:50.329127"], ["updated_at", "2016-12-03 03:46:50.329127"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:46:50.331084"], ["updated_at", "2016-12-03 03:46:50.331084"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:46:50.332909"], ["updated_at", "2016-12-03 03:46:50.332909"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:46:50.334839"], ["updated_at", "2016-12-03 03:46:50.334839"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:46:50.336903"], ["updated_at", "2016-12-03 03:46:50.336903"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:46:50.339022"], ["updated_at", "2016-12-03 03:46:50.339022"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:46:50.341055"], ["updated_at", "2016-12-03 03:46:50.341055"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:46:50.343090"], ["updated_at", "2016-12-03 03:46:50.343090"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:46:50.345153"], ["updated_at", "2016-12-03 03:46:50.345153"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:46:50.347017"], ["updated_at", "2016-12-03 03:46:50.347017"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:46:50.349030"], ["updated_at", "2016-12-03 03:46:50.349030"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:46:50.351016"], ["updated_at", "2016-12-03 03:46:50.351016"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:46:50.353046"], ["updated_at", "2016-12-03 03:46:50.353046"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:46:50.355041"], ["updated_at", "2016-12-03 03:46:50.355041"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:46:50.357999"], ["updated_at", "2016-12-03 03:46:50.357999"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:46:50.360160"], ["updated_at", "2016-12-03 03:46:50.360160"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:46:50.362617"], ["updated_at", "2016-12-03 03:46:50.362617"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.3ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."force_matched_project_id" = ? LIMIT 1  [["force_matched_project_id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  UPDATE "groups" SET "force_matched_project_id" = ?, "updated_at" = ? WHERE "groups"."id" = ?  [["force_matched_project_id", 1], ["updated_at", "2016-12-03 03:46:50.395160"], ["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.5ms)
Completed 200 OK in 10ms (Views: 7.4ms | ActiveRecord: 0.6ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.3ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.2ms)  DELETE FROM "matches"
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 1], ["created_at", "2016-12-03 03:46:50.440801"], ["updated_at", "2016-12-03 03:46:50.440801"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:46:50.445405"], ["updated_at", "2016-12-03 03:46:50.445405"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:46:50.447434"], ["updated_at", "2016-12-03 03:46:50.447434"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 19ms (ActiveRecord: 1.8ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (58.5ms)
Completed 200 OK in 75ms (Views: 59.4ms | ActiveRecord: 2.3ms)
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 9ms (Views: 6.6ms | ActiveRecord: 0.7ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (6.5ms)
  Rendered google/index.html.erb within layouts/application (7.3ms)
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.5ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.6ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (6.7ms)
  Rendered google/index.html.erb within layouts/application (7.5ms)
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.4ms)
Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.7ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GroupsController#index as HTML
  Group Load (0.3ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered groups/index.html.erb within layouts/application (2.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.3ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.2ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.7ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:50.782570"], ["updated_at", "2016-12-03 03:46:50.782570"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.7ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.3ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:50.833410"], ["updated_at", "2016-12-03 03:46:50.833410"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (6.0ms)
  Rendered google/index.html.erb within layouts/application (6.8ms)
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:50.853044"], ["updated_at", "2016-12-03 03:46:50.853044"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:46:50.858159"], ["updated_at", "2016-12-03 03:46:50.858159"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:46:50.859791"], ["updated_at", "2016-12-03 03:46:50.859791"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:46:50.861676"], ["updated_at", "2016-12-03 03:46:50.861676"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:46:50.863454"], ["updated_at", "2016-12-03 03:46:50.863454"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:46:50.864747"], ["updated_at", "2016-12-03 03:46:50.864747"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:46:50.866417"], ["updated_at", "2016-12-03 03:46:50.866417"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:46:50.868296"], ["updated_at", "2016-12-03 03:46:50.868296"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:46:50.869521"], ["updated_at", "2016-12-03 03:46:50.869521"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:46:50.870844"], ["updated_at", "2016-12-03 03:46:50.870844"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:46:50.872054"], ["updated_at", "2016-12-03 03:46:50.872054"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:46:50.873389"], ["updated_at", "2016-12-03 03:46:50.873389"]]
   (0.3ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:46:50.875421"], ["updated_at", "2016-12-03 03:46:50.875421"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:46:50.876999"], ["updated_at", "2016-12-03 03:46:50.876999"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:46:50.878946"], ["updated_at", "2016-12-03 03:46:50.878946"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:46:50.881012"], ["updated_at", "2016-12-03 03:46:50.881012"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:46:50.882327"], ["updated_at", "2016-12-03 03:46:50.882327"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:46:50.883993"], ["updated_at", "2016-12-03 03:46:50.883993"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:46:50.885720"], ["updated_at", "2016-12-03 03:46:50.885720"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:46:50.887716"], ["updated_at", "2016-12-03 03:46:50.887716"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:46:50.889074"], ["updated_at", "2016-12-03 03:46:50.889074"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:46:50.890803"], ["updated_at", "2016-12-03 03:46:50.890803"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:46:50.894084"], ["updated_at", "2016-12-03 03:46:50.894084"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:46:50.896689"], ["updated_at", "2016-12-03 03:46:50.896689"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:46:50.899402"], ["updated_at", "2016-12-03 03:46:50.899402"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 5]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.3ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (11.2ms)
Completed 200 OK in 15ms (Views: 12.2ms | ActiveRecord: 1.4ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓", "delete"=>{"2"=>"1"}}
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
   (0.1ms)  SAVEPOINT active_record_1
  Match Load (0.1ms)  SELECT  "matches".* FROM "matches" WHERE "matches"."group_id" = ? LIMIT 1  [["group_id", 2]]
  SQL (0.1ms)  DELETE FROM "groups" WHERE "groups"."id" = ?  [["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/groups
Completed 302 Found in 6ms (ActiveRecord: 0.6ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (6.1ms)
Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.9ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:50 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.8ms)
Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.6ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered groups/index.html.erb within layouts/application (1.0ms)
Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.2ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓"}
Redirected to http://www.example.com/groups
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:51.069707"], ["updated_at", "2016-12-03 03:46:51.069707"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.4ms)
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:51.124391"], ["updated_at", "2016-12-03 03:46:51.124391"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 10ms (ActiveRecord: 1.2ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (5.0ms)
  Rendered google/index.html.erb within layouts/application (5.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:51.144282"], ["updated_at", "2016-12-03 03:46:51.144282"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:46:51.149616"], ["updated_at", "2016-12-03 03:46:51.149616"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:46:51.151606"], ["updated_at", "2016-12-03 03:46:51.151606"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:46:51.153821"], ["updated_at", "2016-12-03 03:46:51.153821"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:46:51.155919"], ["updated_at", "2016-12-03 03:46:51.155919"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:46:51.158076"], ["updated_at", "2016-12-03 03:46:51.158076"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:46:51.160200"], ["updated_at", "2016-12-03 03:46:51.160200"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:46:51.162346"], ["updated_at", "2016-12-03 03:46:51.162346"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:46:51.164483"], ["updated_at", "2016-12-03 03:46:51.164483"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:46:51.166571"], ["updated_at", "2016-12-03 03:46:51.166571"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:46:51.168671"], ["updated_at", "2016-12-03 03:46:51.168671"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:46:51.170766"], ["updated_at", "2016-12-03 03:46:51.170766"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:46:51.172954"], ["updated_at", "2016-12-03 03:46:51.172954"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:46:51.175157"], ["updated_at", "2016-12-03 03:46:51.175157"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:46:51.177092"], ["updated_at", "2016-12-03 03:46:51.177092"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:46:51.179176"], ["updated_at", "2016-12-03 03:46:51.179176"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:46:51.181201"], ["updated_at", "2016-12-03 03:46:51.181201"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:46:51.182847"], ["updated_at", "2016-12-03 03:46:51.182847"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:46:51.184811"], ["updated_at", "2016-12-03 03:46:51.184811"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:46:51.186747"], ["updated_at", "2016-12-03 03:46:51.186747"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:46:51.189056"], ["updated_at", "2016-12-03 03:46:51.189056"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:46:51.190653"], ["updated_at", "2016-12-03 03:46:51.190653"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:46:51.193252"], ["updated_at", "2016-12-03 03:46:51.193252"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:46:51.195426"], ["updated_at", "2016-12-03 03:46:51.195426"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:46:51.198230"], ["updated_at", "2016-12-03 03:46:51.198230"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.6ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.8ms)
Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.6ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.3ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:46:51.232126"], ["updated_at", "2016-12-03 03:46:51.232126"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:46:51.234717"], ["updated_at", "2016-12-03 03:46:51.234717"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:46:51.237021"], ["updated_at", "2016-12-03 03:46:51.237021"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 14ms (ActiveRecord: 1.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (40.4ms)
Completed 200 OK in 47ms (Views: 41.1ms | ActiveRecord: 2.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (45.8ms)
Completed 200 OK in 52ms (Views: 46.2ms | ActiveRecord: 2.5ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.8ms)
Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.6ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:51.401050"], ["updated_at", "2016-12-03 03:46:51.401050"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.2ms)
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:51.453027"], ["updated_at", "2016-12-03 03:46:51.453027"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 10ms (ActiveRecord: 1.2ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (5.0ms)
  Rendered google/index.html.erb within layouts/application (5.9ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:51.471612"], ["updated_at", "2016-12-03 03:46:51.471612"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:46:51.475541"], ["updated_at", "2016-12-03 03:46:51.475541"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:46:51.476910"], ["updated_at", "2016-12-03 03:46:51.476910"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:46:51.478143"], ["updated_at", "2016-12-03 03:46:51.478143"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:46:51.479385"], ["updated_at", "2016-12-03 03:46:51.479385"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:46:51.480987"], ["updated_at", "2016-12-03 03:46:51.480987"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:46:51.482869"], ["updated_at", "2016-12-03 03:46:51.482869"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:46:51.484293"], ["updated_at", "2016-12-03 03:46:51.484293"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:46:51.485637"], ["updated_at", "2016-12-03 03:46:51.485637"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:46:51.486883"], ["updated_at", "2016-12-03 03:46:51.486883"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:46:51.488897"], ["updated_at", "2016-12-03 03:46:51.488897"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:46:51.490815"], ["updated_at", "2016-12-03 03:46:51.490815"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:46:51.492640"], ["updated_at", "2016-12-03 03:46:51.492640"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:46:51.494260"], ["updated_at", "2016-12-03 03:46:51.494260"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:46:51.496131"], ["updated_at", "2016-12-03 03:46:51.496131"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:46:51.498053"], ["updated_at", "2016-12-03 03:46:51.498053"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:46:51.500097"], ["updated_at", "2016-12-03 03:46:51.500097"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:46:51.502114"], ["updated_at", "2016-12-03 03:46:51.502114"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:46:51.503493"], ["updated_at", "2016-12-03 03:46:51.503493"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:46:51.505347"], ["updated_at", "2016-12-03 03:46:51.505347"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:46:51.507223"], ["updated_at", "2016-12-03 03:46:51.507223"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:46:51.509187"], ["updated_at", "2016-12-03 03:46:51.509187"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:46:51.512043"], ["updated_at", "2016-12-03 03:46:51.512043"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:46:51.515223"], ["updated_at", "2016-12-03 03:46:51.515223"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:46:51.518079"], ["updated_at", "2016-12-03 03:46:51.518079"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (13.7ms)
Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.7ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:46:51.560084"], ["updated_at", "2016-12-03 03:46:51.560084"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:46:51.562511"], ["updated_at", "2016-12-03 03:46:51.562511"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:46:51.564700"], ["updated_at", "2016-12-03 03:46:51.564700"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 13ms (ActiveRecord: 1.4ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (44.9ms)
Completed 200 OK in 52ms (Views: 45.7ms | ActiveRecord: 2.2ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:46:51.646760"], ["updated_at", "2016-12-03 03:46:51.646760"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:46:51.649549"], ["updated_at", "2016-12-03 03:46:51.649549"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:46:51.651946"], ["updated_at", "2016-12-03 03:46:51.651946"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 15ms (ActiveRecord: 1.6ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (52.3ms)
Completed 200 OK in 60ms (Views: 52.7ms | ActiveRecord: 2.7ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.7ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.5ms)
   (0.2ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (2.2ms)
Completed 200 OK in 22ms (Views: 21.2ms | ActiveRecord: 0.2ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (1.1ms)
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.7ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.1ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (6.9ms)
Completed 200 OK in 12ms (Views: 9.2ms | ActiveRecord: 0.8ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
   (0.2ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.9ms)
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.2ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered projects/new.html.erb within layouts/application (0.9ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Test+Project" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Test Project"}
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Test Project"], ["created_at", "2016-12-03 03:46:51.900494"], ["updated_at", "2016-12-03 03:46:51.900494"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
   (0.2ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (2.2ms)
Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.3ms)
   (0.3ms)  rollback transaction
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered matches/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.3ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (1.5ms)
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (6.2ms)
Completed 200 OK in 11ms (Views: 8.4ms | ActiveRecord: 0.8ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:51.973951"], ["updated_at", "2016-12-03 03:46:51.973951"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:51 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (3.2ms)
Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:52.038873"], ["updated_at", "2016-12-03 03:46:52.038873"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 9ms (ActiveRecord: 1.2ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.9ms)
  Rendered google/index.html.erb within layouts/application (5.5ms)
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:52.056538"], ["updated_at", "2016-12-03 03:46:52.056538"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:46:52.061352"], ["updated_at", "2016-12-03 03:46:52.061352"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:46:52.063037"], ["updated_at", "2016-12-03 03:46:52.063037"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:46:52.064532"], ["updated_at", "2016-12-03 03:46:52.064532"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:46:52.066036"], ["updated_at", "2016-12-03 03:46:52.066036"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:46:52.067540"], ["updated_at", "2016-12-03 03:46:52.067540"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:46:52.068825"], ["updated_at", "2016-12-03 03:46:52.068825"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:46:52.070434"], ["updated_at", "2016-12-03 03:46:52.070434"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:46:52.071934"], ["updated_at", "2016-12-03 03:46:52.071934"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:46:52.073759"], ["updated_at", "2016-12-03 03:46:52.073759"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:46:52.075441"], ["updated_at", "2016-12-03 03:46:52.075441"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:46:52.077209"], ["updated_at", "2016-12-03 03:46:52.077209"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:46:52.078491"], ["updated_at", "2016-12-03 03:46:52.078491"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:46:52.080065"], ["updated_at", "2016-12-03 03:46:52.080065"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:46:52.081831"], ["updated_at", "2016-12-03 03:46:52.081831"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:46:52.084066"], ["updated_at", "2016-12-03 03:46:52.084066"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:46:52.085976"], ["updated_at", "2016-12-03 03:46:52.085976"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:46:52.088156"], ["updated_at", "2016-12-03 03:46:52.088156"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:46:52.090166"], ["updated_at", "2016-12-03 03:46:52.090166"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:46:52.091961"], ["updated_at", "2016-12-03 03:46:52.091961"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:46:52.093215"], ["updated_at", "2016-12-03 03:46:52.093215"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:46:52.094534"], ["updated_at", "2016-12-03 03:46:52.094534"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:46:52.096822"], ["updated_at", "2016-12-03 03:46:52.096822"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:46:52.098902"], ["updated_at", "2016-12-03 03:46:52.098902"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:46:52.101797"], ["updated_at", "2016-12-03 03:46:52.101797"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.0ms)
Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.3ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:46:52.130615"], ["updated_at", "2016-12-03 03:46:52.130615"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:46:52.133282"], ["updated_at", "2016-12-03 03:46:52.133282"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:46:52.135720"], ["updated_at", "2016-12-03 03:46:52.135720"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 14ms (ActiveRecord: 1.6ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (41.9ms)
Completed 200 OK in 48ms (Views: 41.8ms | ActiveRecord: 2.3ms)
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.7ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:52.243917"], ["updated_at", "2016-12-03 03:46:52.243917"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (3.0ms)
Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.3ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.4ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:52.309403"], ["updated_at", "2016-12-03 03:46:52.309403"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 11ms (ActiveRecord: 1.7ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (6.9ms)
  Rendered google/index.html.erb within layouts/application (7.9ms)
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:52.334010"], ["updated_at", "2016-12-03 03:46:52.334010"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:46:52.340187"], ["updated_at", "2016-12-03 03:46:52.340187"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:46:52.341975"], ["updated_at", "2016-12-03 03:46:52.341975"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:46:52.343972"], ["updated_at", "2016-12-03 03:46:52.343972"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:46:52.345304"], ["updated_at", "2016-12-03 03:46:52.345304"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:46:52.347129"], ["updated_at", "2016-12-03 03:46:52.347129"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:46:52.349166"], ["updated_at", "2016-12-03 03:46:52.349166"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:46:52.351508"], ["updated_at", "2016-12-03 03:46:52.351508"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:46:52.353808"], ["updated_at", "2016-12-03 03:46:52.353808"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:46:52.356324"], ["updated_at", "2016-12-03 03:46:52.356324"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:46:52.358688"], ["updated_at", "2016-12-03 03:46:52.358688"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:46:52.361074"], ["updated_at", "2016-12-03 03:46:52.361074"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:46:52.363441"], ["updated_at", "2016-12-03 03:46:52.363441"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:46:52.365816"], ["updated_at", "2016-12-03 03:46:52.365816"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:46:52.368119"], ["updated_at", "2016-12-03 03:46:52.368119"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:46:52.370366"], ["updated_at", "2016-12-03 03:46:52.370366"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:46:52.372633"], ["updated_at", "2016-12-03 03:46:52.372633"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:46:52.374968"], ["updated_at", "2016-12-03 03:46:52.374968"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:46:52.377335"], ["updated_at", "2016-12-03 03:46:52.377335"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:46:52.379597"], ["updated_at", "2016-12-03 03:46:52.379597"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:46:52.381126"], ["updated_at", "2016-12-03 03:46:52.381126"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:46:52.382573"], ["updated_at", "2016-12-03 03:46:52.382573"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:46:52.387896"], ["updated_at", "2016-12-03 03:46:52.387896"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:46:52.391440"], ["updated_at", "2016-12-03 03:46:52.391440"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:46:52.394493"], ["updated_at", "2016-12-03 03:46:52.394493"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.1ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (6.8ms)
Completed 200 OK in 15ms (Views: 12.9ms | ActiveRecord: 0.9ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.3ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:46:52.436169"], ["updated_at", "2016-12-03 03:46:52.436169"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:46:52.438326"], ["updated_at", "2016-12-03 03:46:52.438326"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:46:52.440067"], ["updated_at", "2016-12-03 03:46:52.440067"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 12ms (ActiveRecord: 1.6ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (44.8ms)
Completed 200 OK in 51ms (Views: 45.1ms | ActiveRecord: 2.4ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.2ms)
Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.6ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:52.540870"], ["updated_at", "2016-12-03 03:46:52.540870"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.3ms)
Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:52.596620"], ["updated_at", "2016-12-03 03:46:52.596620"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (5.9ms)
  Rendered google/index.html.erb within layouts/application (6.8ms)
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:52.616490"], ["updated_at", "2016-12-03 03:46:52.616490"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:46:52.622286"], ["updated_at", "2016-12-03 03:46:52.622286"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:46:52.624416"], ["updated_at", "2016-12-03 03:46:52.624416"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:46:52.625816"], ["updated_at", "2016-12-03 03:46:52.625816"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:46:52.627227"], ["updated_at", "2016-12-03 03:46:52.627227"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:46:52.628757"], ["updated_at", "2016-12-03 03:46:52.628757"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:46:52.630855"], ["updated_at", "2016-12-03 03:46:52.630855"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:46:52.632635"], ["updated_at", "2016-12-03 03:46:52.632635"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:46:52.635087"], ["updated_at", "2016-12-03 03:46:52.635087"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:46:52.637308"], ["updated_at", "2016-12-03 03:46:52.637308"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:46:52.639383"], ["updated_at", "2016-12-03 03:46:52.639383"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:46:52.640847"], ["updated_at", "2016-12-03 03:46:52.640847"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:46:52.642890"], ["updated_at", "2016-12-03 03:46:52.642890"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:46:52.644567"], ["updated_at", "2016-12-03 03:46:52.644567"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:46:52.645876"], ["updated_at", "2016-12-03 03:46:52.645876"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:46:52.647292"], ["updated_at", "2016-12-03 03:46:52.647292"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:46:52.648678"], ["updated_at", "2016-12-03 03:46:52.648678"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:46:52.650102"], ["updated_at", "2016-12-03 03:46:52.650102"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:46:52.651693"], ["updated_at", "2016-12-03 03:46:52.651693"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:46:52.652995"], ["updated_at", "2016-12-03 03:46:52.652995"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:46:52.654590"], ["updated_at", "2016-12-03 03:46:52.654590"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:46:52.656209"], ["updated_at", "2016-12-03 03:46:52.656209"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:46:52.658773"], ["updated_at", "2016-12-03 03:46:52.658773"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:46:52.661193"], ["updated_at", "2016-12-03 03:46:52.661193"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:46:52.663402"], ["updated_at", "2016-12-03 03:46:52.663402"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.6ms)
Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.7ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:46:52.695116"], ["updated_at", "2016-12-03 03:46:52.695116"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:46:52.697543"], ["updated_at", "2016-12-03 03:46:52.697543"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:46:52.699754"], ["updated_at", "2016-12-03 03:46:52.699754"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 13ms (ActiveRecord: 1.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (33.7ms)
Completed 200 OK in 39ms (Views: 33.8ms | ActiveRecord: 1.8ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.8ms)
Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:52.787985"], ["updated_at", "2016-12-03 03:46:52.787985"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.9ms)
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:52.836267"], ["updated_at", "2016-12-03 03:46:52.836267"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.9ms)
  Rendered google/index.html.erb within layouts/application (5.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:46:52.853566"], ["updated_at", "2016-12-03 03:46:52.853566"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:46:52.858109"], ["updated_at", "2016-12-03 03:46:52.858109"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:46:52.860321"], ["updated_at", "2016-12-03 03:46:52.860321"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:46:52.862100"], ["updated_at", "2016-12-03 03:46:52.862100"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:46:52.863364"], ["updated_at", "2016-12-03 03:46:52.863364"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:46:52.865311"], ["updated_at", "2016-12-03 03:46:52.865311"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:46:52.866844"], ["updated_at", "2016-12-03 03:46:52.866844"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:46:52.868660"], ["updated_at", "2016-12-03 03:46:52.868660"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:46:52.870245"], ["updated_at", "2016-12-03 03:46:52.870245"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:46:52.872116"], ["updated_at", "2016-12-03 03:46:52.872116"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:46:52.873900"], ["updated_at", "2016-12-03 03:46:52.873900"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:46:52.875370"], ["updated_at", "2016-12-03 03:46:52.875370"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:46:52.876705"], ["updated_at", "2016-12-03 03:46:52.876705"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:46:52.878129"], ["updated_at", "2016-12-03 03:46:52.878129"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:46:52.879634"], ["updated_at", "2016-12-03 03:46:52.879634"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:46:52.880845"], ["updated_at", "2016-12-03 03:46:52.880845"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:46:52.882224"], ["updated_at", "2016-12-03 03:46:52.882224"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:46:52.883484"], ["updated_at", "2016-12-03 03:46:52.883484"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:46:52.884680"], ["updated_at", "2016-12-03 03:46:52.884680"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:46:52.885890"], ["updated_at", "2016-12-03 03:46:52.885890"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:46:52.887143"], ["updated_at", "2016-12-03 03:46:52.887143"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:46:52.888337"], ["updated_at", "2016-12-03 03:46:52.888337"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:46:52.890565"], ["updated_at", "2016-12-03 03:46:52.890565"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:46:52.892557"], ["updated_at", "2016-12-03 03:46:52.892557"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:46:52.894528"], ["updated_at", "2016-12-03 03:46:52.894528"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.3ms)
Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:46:52.918088"], ["updated_at", "2016-12-03 03:46:52.918088"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:46:52.919808"], ["updated_at", "2016-12-03 03:46:52.919808"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:46:52.921438"], ["updated_at", "2016-12-03 03:46:52.921438"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:46:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (33.9ms)
Completed 200 OK in 39ms (Views: 34.7ms | ActiveRecord: 1.6ms)
   (0.2ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:03 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.6ms)
  Rendered login/index.html.erb within layouts/application (6.5ms)
Completed 200 OK in 322ms (Views: 311.2ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:04 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:04 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.5ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (48.2ms)
Completed 200 OK in 73ms (Views: 58.5ms | ActiveRecord: 0.9ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:47:04 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered projects/new.html.erb within layouts/application (3.7ms)
Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Bob%27s+Bakery" for 127.0.0.1 at 2016-12-03 03:47:04 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Bob's Bakery"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (2.0ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Bob's Bakery"], ["created_at", "2016-12-03 03:47:04.201126"], ["updated_at", "2016-12-03 03:47:04.201126"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 42ms (ActiveRecord: 2.5ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:47:04 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (7.9ms)
Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.2ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:04 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (1.0ms)
  Rendered login/index.html.erb within layouts/application (1.5ms)
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:04 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:04 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (1.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (8.1ms)
Completed 200 OK in 22ms (Views: 19.2ms | ActiveRecord: 0.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:04 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.5ms)
   (0.1ms)  rollback transaction
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:04 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:04 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:04 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.0ms)
Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.6ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:04 +0000
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (13.9ms)
  Rendered google/index.html.erb within layouts/application (16.4ms)
Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "groups"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:47:05.000466"], ["updated_at", "2016-12-03 03:47:05.000466"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:47:05.003415"], ["updated_at", "2016-12-03 03:47:05.003415"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 51ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (6.9ms)
  Rendered google/index.html.erb within layouts/application (7.8ms)
Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.9ms)
Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.7ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (7.5ms)
  Rendered google/index.html.erb within layouts/application (8.4ms)
Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.0ms)
   (0.2ms)  SELECT COUNT(*) FROM "projects"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:47:05.139282"], ["updated_at", "2016-12-03 03:47:05.139282"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:47:05.141806"], ["updated_at", "2016-12-03 03:47:05.141806"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 42ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (10.9ms)
  Rendered google/index.html.erb within layouts/application (12.0ms)
Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.0ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by MatchesController#index as HTML
  Match Load (1.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.5ms)
Completed 200 OK in 11ms (Views: 7.6ms | ActiveRecord: 1.7ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:05.282827"], ["updated_at", "2016-12-03 03:47:05.282827"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.5ms)
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (4.1ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.3ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:05.346276"], ["updated_at", "2016-12-03 03:47:05.346276"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 11ms (ActiveRecord: 1.4ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (5.1ms)
  Rendered google/index.html.erb within layouts/application (5.9ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:05.367471"], ["updated_at", "2016-12-03 03:47:05.367471"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:05.374213"], ["updated_at", "2016-12-03 03:47:05.374213"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:05.376607"], ["updated_at", "2016-12-03 03:47:05.376607"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:05.378760"], ["updated_at", "2016-12-03 03:47:05.378760"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:05.380800"], ["updated_at", "2016-12-03 03:47:05.380800"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:05.383016"], ["updated_at", "2016-12-03 03:47:05.383016"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:05.385151"], ["updated_at", "2016-12-03 03:47:05.385151"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:05.386525"], ["updated_at", "2016-12-03 03:47:05.386525"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:05.388823"], ["updated_at", "2016-12-03 03:47:05.388823"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:05.391271"], ["updated_at", "2016-12-03 03:47:05.391271"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:05.393074"], ["updated_at", "2016-12-03 03:47:05.393074"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:05.394781"], ["updated_at", "2016-12-03 03:47:05.394781"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:05.397169"], ["updated_at", "2016-12-03 03:47:05.397169"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:05.398828"], ["updated_at", "2016-12-03 03:47:05.398828"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:05.401151"], ["updated_at", "2016-12-03 03:47:05.401151"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:05.403070"], ["updated_at", "2016-12-03 03:47:05.403070"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:05.404820"], ["updated_at", "2016-12-03 03:47:05.404820"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:05.406598"], ["updated_at", "2016-12-03 03:47:05.406598"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:05.408385"], ["updated_at", "2016-12-03 03:47:05.408385"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:05.410693"], ["updated_at", "2016-12-03 03:47:05.410693"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:05.412974"], ["updated_at", "2016-12-03 03:47:05.412974"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:05.415116"], ["updated_at", "2016-12-03 03:47:05.415116"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:47:05.417999"], ["updated_at", "2016-12-03 03:47:05.417999"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:47:05.421204"], ["updated_at", "2016-12-03 03:47:05.421204"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:05.423876"], ["updated_at", "2016-12-03 03:47:05.423876"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."force_matched_project_id" = ? LIMIT 1  [["force_matched_project_id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  UPDATE "groups" SET "force_matched_project_id" = ?, "updated_at" = ? WHERE "groups"."id" = ?  [["force_matched_project_id", 1], ["updated_at", "2016-12-03 03:47:05.459501"], ["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (6.0ms)
Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.7ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  SQL (0.2ms)  DELETE FROM "matches"
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 1], ["created_at", "2016-12-03 03:47:05.507844"], ["updated_at", "2016-12-03 03:47:05.507844"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:47:05.513215"], ["updated_at", "2016-12-03 03:47:05.513215"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:47:05.516427"], ["updated_at", "2016-12-03 03:47:05.516427"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 23ms (ActiveRecord: 2.2ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (52.1ms)
Completed 200 OK in 68ms (Views: 52.9ms | ActiveRecord: 2.4ms)
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (1.0ms)
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.5ms)
Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.7ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (6.6ms)
  Rendered google/index.html.erb within layouts/application (7.3ms)
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.2ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.1ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.5ms)
Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.7ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (5.2ms)
  Rendered google/index.html.erb within layouts/application (6.0ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.6ms)
Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.5ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered groups/index.html.erb within layouts/application (2.5ms)
Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.3ms)
Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:05.823403"], ["updated_at", "2016-12-03 03:47:05.823403"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.6ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:05.862300"], ["updated_at", "2016-12-03 03:47:05.862300"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (4.6ms)
  Rendered google/index.html.erb within layouts/application (5.5ms)
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:05.879215"], ["updated_at", "2016-12-03 03:47:05.879215"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:05.883476"], ["updated_at", "2016-12-03 03:47:05.883476"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:05.884877"], ["updated_at", "2016-12-03 03:47:05.884877"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:05.886128"], ["updated_at", "2016-12-03 03:47:05.886128"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:05.887606"], ["updated_at", "2016-12-03 03:47:05.887606"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:05.888993"], ["updated_at", "2016-12-03 03:47:05.888993"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:05.890255"], ["updated_at", "2016-12-03 03:47:05.890255"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:05.891616"], ["updated_at", "2016-12-03 03:47:05.891616"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:05.893048"], ["updated_at", "2016-12-03 03:47:05.893048"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:05.895219"], ["updated_at", "2016-12-03 03:47:05.895219"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:05.897234"], ["updated_at", "2016-12-03 03:47:05.897234"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:05.899157"], ["updated_at", "2016-12-03 03:47:05.899157"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:05.900751"], ["updated_at", "2016-12-03 03:47:05.900751"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:05.902291"], ["updated_at", "2016-12-03 03:47:05.902291"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:05.903880"], ["updated_at", "2016-12-03 03:47:05.903880"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:05.905270"], ["updated_at", "2016-12-03 03:47:05.905270"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:05.906803"], ["updated_at", "2016-12-03 03:47:05.906803"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:05.908361"], ["updated_at", "2016-12-03 03:47:05.908361"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:05.909595"], ["updated_at", "2016-12-03 03:47:05.909595"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:05.911107"], ["updated_at", "2016-12-03 03:47:05.911107"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:05.912577"], ["updated_at", "2016-12-03 03:47:05.912577"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:05.914024"], ["updated_at", "2016-12-03 03:47:05.914024"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:47:05.916789"], ["updated_at", "2016-12-03 03:47:05.916789"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:47:05.919869"], ["updated_at", "2016-12-03 03:47:05.919869"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:05.921936"], ["updated_at", "2016-12-03 03:47:05.921936"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 5]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (7.7ms)
Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.8ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓", "delete"=>{"2"=>"1"}}
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
   (0.1ms)  SAVEPOINT active_record_1
  Match Load (0.1ms)  SELECT  "matches".* FROM "matches" WHERE "matches"."group_id" = ? LIMIT 1  [["group_id", 2]]
  SQL (0.1ms)  DELETE FROM "groups" WHERE "groups"."id" = ?  [["id", 2]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/groups
Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (5.9ms)
Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.8ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:05 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.7ms)
Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.7ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by GroupsController#index as HTML
  Group Load (0.3ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered groups/index.html.erb within layouts/application (1.1ms)
Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.3ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓"}
Redirected to http://www.example.com/groups
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered groups/index.html.erb within layouts/application (1.1ms)
Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.2ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.8ms)
Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.7ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.5ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.6ms)
Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.7ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:06.128503"], ["updated_at", "2016-12-03 03:47:06.128503"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.3ms)
Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:06.187300"], ["updated_at", "2016-12-03 03:47:06.187300"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 11ms (ActiveRecord: 1.3ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (6.7ms)
  Rendered google/index.html.erb within layouts/application (7.6ms)
Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:06.211476"], ["updated_at", "2016-12-03 03:47:06.211476"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:06.217652"], ["updated_at", "2016-12-03 03:47:06.217652"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:06.220080"], ["updated_at", "2016-12-03 03:47:06.220080"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:06.222302"], ["updated_at", "2016-12-03 03:47:06.222302"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:06.224420"], ["updated_at", "2016-12-03 03:47:06.224420"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:06.226526"], ["updated_at", "2016-12-03 03:47:06.226526"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:06.228444"], ["updated_at", "2016-12-03 03:47:06.228444"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:06.230539"], ["updated_at", "2016-12-03 03:47:06.230539"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:06.232627"], ["updated_at", "2016-12-03 03:47:06.232627"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:06.234674"], ["updated_at", "2016-12-03 03:47:06.234674"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:06.236899"], ["updated_at", "2016-12-03 03:47:06.236899"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:06.239159"], ["updated_at", "2016-12-03 03:47:06.239159"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:06.241601"], ["updated_at", "2016-12-03 03:47:06.241601"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:06.243931"], ["updated_at", "2016-12-03 03:47:06.243931"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:06.245417"], ["updated_at", "2016-12-03 03:47:06.245417"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:06.247506"], ["updated_at", "2016-12-03 03:47:06.247506"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:06.248928"], ["updated_at", "2016-12-03 03:47:06.248928"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:06.251047"], ["updated_at", "2016-12-03 03:47:06.251047"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:06.253318"], ["updated_at", "2016-12-03 03:47:06.253318"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:06.255538"], ["updated_at", "2016-12-03 03:47:06.255538"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:06.257152"], ["updated_at", "2016-12-03 03:47:06.257152"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:06.259104"], ["updated_at", "2016-12-03 03:47:06.259104"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:47:06.262734"], ["updated_at", "2016-12-03 03:47:06.262734"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:47:06.266274"], ["updated_at", "2016-12-03 03:47:06.266274"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:06.269725"], ["updated_at", "2016-12-03 03:47:06.269725"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (6.8ms)
Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.8ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:47:06.305943"], ["updated_at", "2016-12-03 03:47:06.305943"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:47:06.309230"], ["updated_at", "2016-12-03 03:47:06.309230"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.3ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:47:06.311756"], ["updated_at", "2016-12-03 03:47:06.311756"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 15ms (ActiveRecord: 1.9ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (37.4ms)
Completed 200 OK in 44ms (Views: 37.6ms | ActiveRecord: 2.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.5ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (44.7ms)
Completed 200 OK in 52ms (Views: 45.2ms | ActiveRecord: 2.4ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.2ms)  begin transaction
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.8ms)
Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 0.7ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:06.477766"], ["updated_at", "2016-12-03 03:47:06.477766"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.7ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:06.523222"], ["updated_at", "2016-12-03 03:47:06.523222"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 9ms (ActiveRecord: 1.2ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (4.5ms)
  Rendered google/index.html.erb within layouts/application (5.2ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:06.542679"], ["updated_at", "2016-12-03 03:47:06.542679"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:06.548824"], ["updated_at", "2016-12-03 03:47:06.548824"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:06.551210"], ["updated_at", "2016-12-03 03:47:06.551210"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:06.553081"], ["updated_at", "2016-12-03 03:47:06.553081"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:06.554982"], ["updated_at", "2016-12-03 03:47:06.554982"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:06.556821"], ["updated_at", "2016-12-03 03:47:06.556821"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:06.558600"], ["updated_at", "2016-12-03 03:47:06.558600"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:06.560539"], ["updated_at", "2016-12-03 03:47:06.560539"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:06.562198"], ["updated_at", "2016-12-03 03:47:06.562198"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:06.563942"], ["updated_at", "2016-12-03 03:47:06.563942"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:06.565594"], ["updated_at", "2016-12-03 03:47:06.565594"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:06.567377"], ["updated_at", "2016-12-03 03:47:06.567377"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:06.569138"], ["updated_at", "2016-12-03 03:47:06.569138"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:06.570899"], ["updated_at", "2016-12-03 03:47:06.570899"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:06.572254"], ["updated_at", "2016-12-03 03:47:06.572254"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:06.573507"], ["updated_at", "2016-12-03 03:47:06.573507"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:06.574875"], ["updated_at", "2016-12-03 03:47:06.574875"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:06.576406"], ["updated_at", "2016-12-03 03:47:06.576406"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:06.577667"], ["updated_at", "2016-12-03 03:47:06.577667"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:06.578944"], ["updated_at", "2016-12-03 03:47:06.578944"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:06.580269"], ["updated_at", "2016-12-03 03:47:06.580269"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:06.581624"], ["updated_at", "2016-12-03 03:47:06.581624"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:47:06.584229"], ["updated_at", "2016-12-03 03:47:06.584229"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:47:06.586519"], ["updated_at", "2016-12-03 03:47:06.586519"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:06.588637"], ["updated_at", "2016-12-03 03:47:06.588637"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (1.6ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (7.9ms)
Completed 200 OK in 12ms (Views: 8.2ms | ActiveRecord: 2.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.3ms)  SELECT "groups".* FROM "groups"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:47:06.625159"], ["updated_at", "2016-12-03 03:47:06.625159"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:47:06.627783"], ["updated_at", "2016-12-03 03:47:06.627783"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:47:06.630036"], ["updated_at", "2016-12-03 03:47:06.630036"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 14ms (ActiveRecord: 1.7ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (37.8ms)
Completed 200 OK in 44ms (Views: 38.5ms | ActiveRecord: 2.1ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:47:06.700572"], ["updated_at", "2016-12-03 03:47:06.700572"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:47:06.702749"], ["updated_at", "2016-12-03 03:47:06.702749"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:47:06.704692"], ["updated_at", "2016-12-03 03:47:06.704692"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 12ms (ActiveRecord: 1.3ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (31.6ms)
Completed 200 OK in 38ms (Views: 32.1ms | ActiveRecord: 1.7ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.6ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
   (0.2ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.9ms)
Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.2ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (1.0ms)
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.5ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.6ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
   (0.2ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.3ms)
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered projects/new.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Test+Project" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Test Project"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Test Project"], ["created_at", "2016-12-03 03:47:06.888145"], ["updated_at", "2016-12-03 03:47:06.888145"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (2.0ms)
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.3ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.3ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.6ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:06.945567"], ["updated_at", "2016-12-03 03:47:06.945567"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.7ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.3ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:06 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:06.993051"], ["updated_at", "2016-12-03 03:47:06.993051"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 10ms (ActiveRecord: 1.3ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (6.0ms)
  Rendered google/index.html.erb within layouts/application (6.7ms)
Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:07.018380"], ["updated_at", "2016-12-03 03:47:07.018380"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:07.023550"], ["updated_at", "2016-12-03 03:47:07.023550"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:07.025300"], ["updated_at", "2016-12-03 03:47:07.025300"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:07.027107"], ["updated_at", "2016-12-03 03:47:07.027107"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:07.029268"], ["updated_at", "2016-12-03 03:47:07.029268"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:07.030775"], ["updated_at", "2016-12-03 03:47:07.030775"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:07.032265"], ["updated_at", "2016-12-03 03:47:07.032265"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:07.034276"], ["updated_at", "2016-12-03 03:47:07.034276"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:07.036513"], ["updated_at", "2016-12-03 03:47:07.036513"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:07.038583"], ["updated_at", "2016-12-03 03:47:07.038583"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:07.041009"], ["updated_at", "2016-12-03 03:47:07.041009"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:07.043839"], ["updated_at", "2016-12-03 03:47:07.043839"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:07.045662"], ["updated_at", "2016-12-03 03:47:07.045662"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:07.047199"], ["updated_at", "2016-12-03 03:47:07.047199"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:07.048686"], ["updated_at", "2016-12-03 03:47:07.048686"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:07.050657"], ["updated_at", "2016-12-03 03:47:07.050657"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:07.052485"], ["updated_at", "2016-12-03 03:47:07.052485"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:07.054642"], ["updated_at", "2016-12-03 03:47:07.054642"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:07.056627"], ["updated_at", "2016-12-03 03:47:07.056627"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:07.058506"], ["updated_at", "2016-12-03 03:47:07.058506"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:07.060187"], ["updated_at", "2016-12-03 03:47:07.060187"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:07.061542"], ["updated_at", "2016-12-03 03:47:07.061542"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:47:07.063901"], ["updated_at", "2016-12-03 03:47:07.063901"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:47:07.066439"], ["updated_at", "2016-12-03 03:47:07.066439"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:07.068437"], ["updated_at", "2016-12-03 03:47:07.068437"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:47:07.093197"], ["updated_at", "2016-12-03 03:47:07.093197"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:47:07.095539"], ["updated_at", "2016-12-03 03:47:07.095539"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:47:07.097420"], ["updated_at", "2016-12-03 03:47:07.097420"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 11ms (ActiveRecord: 1.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (41.9ms)
Completed 200 OK in 48ms (Views: 42.6ms | ActiveRecord: 2.2ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered matches/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 7ms (Views: 2.8ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.3ms)
Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:07.202457"], ["updated_at", "2016-12-03 03:47:07.202457"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.9ms)
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.3ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:07.250364"], ["updated_at", "2016-12-03 03:47:07.250364"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 0.9ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.4ms)
  Rendered google/index.html.erb within layouts/application (4.9ms)
Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:07.265776"], ["updated_at", "2016-12-03 03:47:07.265776"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:07.270310"], ["updated_at", "2016-12-03 03:47:07.270310"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:07.271806"], ["updated_at", "2016-12-03 03:47:07.271806"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:07.273053"], ["updated_at", "2016-12-03 03:47:07.273053"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:07.274389"], ["updated_at", "2016-12-03 03:47:07.274389"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:07.275810"], ["updated_at", "2016-12-03 03:47:07.275810"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:07.277079"], ["updated_at", "2016-12-03 03:47:07.277079"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:07.278269"], ["updated_at", "2016-12-03 03:47:07.278269"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:07.279548"], ["updated_at", "2016-12-03 03:47:07.279548"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:07.280839"], ["updated_at", "2016-12-03 03:47:07.280839"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:07.282099"], ["updated_at", "2016-12-03 03:47:07.282099"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:07.283440"], ["updated_at", "2016-12-03 03:47:07.283440"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:07.284628"], ["updated_at", "2016-12-03 03:47:07.284628"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:07.285929"], ["updated_at", "2016-12-03 03:47:07.285929"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:07.287602"], ["updated_at", "2016-12-03 03:47:07.287602"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:07.289312"], ["updated_at", "2016-12-03 03:47:07.289312"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:07.290591"], ["updated_at", "2016-12-03 03:47:07.290591"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:07.292020"], ["updated_at", "2016-12-03 03:47:07.292020"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:07.293328"], ["updated_at", "2016-12-03 03:47:07.293328"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:07.294636"], ["updated_at", "2016-12-03 03:47:07.294636"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:07.300757"], ["updated_at", "2016-12-03 03:47:07.300757"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:07.302798"], ["updated_at", "2016-12-03 03:47:07.302798"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:47:07.306259"], ["updated_at", "2016-12-03 03:47:07.306259"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:47:07.308810"], ["updated_at", "2016-12-03 03:47:07.308810"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:07.311784"], ["updated_at", "2016-12-03 03:47:07.311784"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.6ms)
Completed 200 OK in 11ms (Views: 8.5ms | ActiveRecord: 0.8ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:47:07.346289"], ["updated_at", "2016-12-03 03:47:07.346289"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:47:07.348582"], ["updated_at", "2016-12-03 03:47:07.348582"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:47:07.350651"], ["updated_at", "2016-12-03 03:47:07.350651"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 17ms (ActiveRecord: 1.4ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.5ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (40.3ms)
Completed 200 OK in 46ms (Views: 40.7ms | ActiveRecord: 2.2ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.1ms)
Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.7ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:07.454185"], ["updated_at", "2016-12-03 03:47:07.454185"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.5ms)
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.3ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:07.507995"], ["updated_at", "2016-12-03 03:47:07.507995"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 9ms (ActiveRecord: 1.2ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (8.2ms)
  Rendered google/index.html.erb within layouts/application (9.1ms)
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:07.532923"], ["updated_at", "2016-12-03 03:47:07.532923"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:07.539302"], ["updated_at", "2016-12-03 03:47:07.539302"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:07.541664"], ["updated_at", "2016-12-03 03:47:07.541664"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:07.543785"], ["updated_at", "2016-12-03 03:47:07.543785"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:07.545859"], ["updated_at", "2016-12-03 03:47:07.545859"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:07.547722"], ["updated_at", "2016-12-03 03:47:07.547722"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:07.549704"], ["updated_at", "2016-12-03 03:47:07.549704"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:07.551734"], ["updated_at", "2016-12-03 03:47:07.551734"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:07.553701"], ["updated_at", "2016-12-03 03:47:07.553701"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:07.555717"], ["updated_at", "2016-12-03 03:47:07.555717"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:07.557763"], ["updated_at", "2016-12-03 03:47:07.557763"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:07.559865"], ["updated_at", "2016-12-03 03:47:07.559865"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:07.561999"], ["updated_at", "2016-12-03 03:47:07.561999"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:07.563960"], ["updated_at", "2016-12-03 03:47:07.563960"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:07.566079"], ["updated_at", "2016-12-03 03:47:07.566079"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:07.568178"], ["updated_at", "2016-12-03 03:47:07.568178"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:07.570092"], ["updated_at", "2016-12-03 03:47:07.570092"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:07.571784"], ["updated_at", "2016-12-03 03:47:07.571784"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:07.573748"], ["updated_at", "2016-12-03 03:47:07.573748"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:07.575783"], ["updated_at", "2016-12-03 03:47:07.575783"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:07.577524"], ["updated_at", "2016-12-03 03:47:07.577524"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:07.579109"], ["updated_at", "2016-12-03 03:47:07.579109"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:47:07.582290"], ["updated_at", "2016-12-03 03:47:07.582290"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:47:07.585597"], ["updated_at", "2016-12-03 03:47:07.585597"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:07.588622"], ["updated_at", "2016-12-03 03:47:07.588622"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.5ms)
Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.7ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:47:07.619151"], ["updated_at", "2016-12-03 03:47:07.619151"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:47:07.621044"], ["updated_at", "2016-12-03 03:47:07.621044"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:47:07.622625"], ["updated_at", "2016-12-03 03:47:07.622625"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 13ms (ActiveRecord: 1.2ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (46.4ms)
Completed 200 OK in 52ms (Views: 46.8ms | ActiveRecord: 2.2ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.6ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:07.728404"], ["updated_at", "2016-12-03 03:47:07.728404"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.1ms)
Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:07.779312"], ["updated_at", "2016-12-03 03:47:07.779312"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 10ms (ActiveRecord: 1.2ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.4ms)
  Rendered google/index.html.erb within layouts/application (5.0ms)
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:07.798163"], ["updated_at", "2016-12-03 03:47:07.798163"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:07.804206"], ["updated_at", "2016-12-03 03:47:07.804206"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:07.806714"], ["updated_at", "2016-12-03 03:47:07.806714"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:07.810016"], ["updated_at", "2016-12-03 03:47:07.810016"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:07.812201"], ["updated_at", "2016-12-03 03:47:07.812201"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:07.813994"], ["updated_at", "2016-12-03 03:47:07.813994"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:07.815794"], ["updated_at", "2016-12-03 03:47:07.815794"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:07.817590"], ["updated_at", "2016-12-03 03:47:07.817590"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:07.819358"], ["updated_at", "2016-12-03 03:47:07.819358"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:07.821264"], ["updated_at", "2016-12-03 03:47:07.821264"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:07.823319"], ["updated_at", "2016-12-03 03:47:07.823319"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:07.825325"], ["updated_at", "2016-12-03 03:47:07.825325"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:07.827334"], ["updated_at", "2016-12-03 03:47:07.827334"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:07.829362"], ["updated_at", "2016-12-03 03:47:07.829362"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:07.831489"], ["updated_at", "2016-12-03 03:47:07.831489"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:07.833448"], ["updated_at", "2016-12-03 03:47:07.833448"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:07.835602"], ["updated_at", "2016-12-03 03:47:07.835602"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:07.837711"], ["updated_at", "2016-12-03 03:47:07.837711"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:07.839214"], ["updated_at", "2016-12-03 03:47:07.839214"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:07.840528"], ["updated_at", "2016-12-03 03:47:07.840528"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:07.841801"], ["updated_at", "2016-12-03 03:47:07.841801"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:07.843536"], ["updated_at", "2016-12-03 03:47:07.843536"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:47:07.847336"], ["updated_at", "2016-12-03 03:47:07.847336"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:47:07.850687"], ["updated_at", "2016-12-03 03:47:07.850687"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:07.854028"], ["updated_at", "2016-12-03 03:47:07.854028"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.5ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (6.0ms)
Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.6ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:47:07.885706"], ["updated_at", "2016-12-03 03:47:07.885706"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:47:07.888495"], ["updated_at", "2016-12-03 03:47:07.888495"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:47:07.890579"], ["updated_at", "2016-12-03 03:47:07.890579"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 12ms (ActiveRecord: 1.6ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:07 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (38.6ms)
Completed 200 OK in 45ms (Views: 38.7ms | ActiveRecord: 2.1ms)
   (0.2ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.2ms)  begin transaction
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "settings" ("group_tab", "created_at", "updated_at") VALUES (?, ?, ?)  [["group_tab", "!A1:Y1000"], ["created_at", "2016-12-03 03:47:24.161215"], ["updated_at", "2016-12-03 03:47:24.161215"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
Processing by MatchesController#new as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Redirected to http://test.host/matches
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
Processing by MatchesController#new as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
Redirected to http://test.host/matches
Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.2ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.5ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:24.270270"], ["updated_at", "2016-12-03 03:47:24.270270"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
  Group Load (0.3ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", nil]]
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:24.297023"], ["updated_at", "2016-12-03 03:47:24.297023"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:24.315946"], ["updated_at", "2016-12-03 03:47:24.315946"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Processing by GoogleController#save_preferences as HTML
Redirected to http://test.host/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "projects" ("id", "created_at", "updated_at") VALUES (?, ?, ?)  [["id", 0], ["created_at", "2016-12-03 03:47:24.326267"], ["updated_at", "2016-12-03 03:47:24.326267"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:24.328963"], ["updated_at", "2016-12-03 03:47:24.328963"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:24.331121"], ["updated_at", "2016-12-03 03:47:24.331121"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:24.333152"], ["updated_at", "2016-12-03 03:47:24.333152"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:24.335161"], ["updated_at", "2016-12-03 03:47:24.335161"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:24.337348"], ["updated_at", "2016-12-03 03:47:24.337348"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:24.338861"], ["updated_at", "2016-12-03 03:47:24.338861"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:24.340662"], ["updated_at", "2016-12-03 03:47:24.340662"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:24.342284"], ["updated_at", "2016-12-03 03:47:24.342284"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:24.343696"], ["updated_at", "2016-12-03 03:47:24.343696"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:24.345077"], ["updated_at", "2016-12-03 03:47:24.345077"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:24.346716"], ["updated_at", "2016-12-03 03:47:24.346716"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:24.348328"], ["updated_at", "2016-12-03 03:47:24.348328"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:24.350416"], ["updated_at", "2016-12-03 03:47:24.350416"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:24.352259"], ["updated_at", "2016-12-03 03:47:24.352259"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:24.354261"], ["updated_at", "2016-12-03 03:47:24.354261"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:24.356102"], ["updated_at", "2016-12-03 03:47:24.356102"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:24.358212"], ["updated_at", "2016-12-03 03:47:24.358212"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:24.360201"], ["updated_at", "2016-12-03 03:47:24.360201"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:24.361945"], ["updated_at", "2016-12-03 03:47:24.361945"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:24.363494"], ["updated_at", "2016-12-03 03:47:24.363494"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:24.365227"], ["updated_at", "2016-12-03 03:47:24.365227"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 0], ["username", "Email Address"], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:24.370639"], ["updated_at", "2016-12-03 03:47:24.370639"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:24.376896"], ["updated_at", "2016-12-03 03:47:24.376896"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:24.384895"], ["updated_at", "2016-12-03 03:47:24.384895"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:24.444034"], ["updated_at", "2016-12-03 03:47:24.444034"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Projects?
200
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Projects == 200 (392220 bytes) 476ms>
Success - #<Google::Apis::SheetsV4::ValueRange:0x00000001b4ede8
 @major_dimension="ROWS",
 @range="Projects!A1:Y50004",
 @values=
  [["Project ID", "Project Name"],
   ["1", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"],
   ["2", "Alzheimer's Greater Los Angeles"],
   ["3", "American Red Cross at Cal"],
   ["4", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"],
   ["5", "AsylumConnect"],
   ["6", "Breathe California"],
   ["7", "California Poets in the Schools"],
   ["8", "China US Culture Exchange Center"],
   ["9", "CITY DOG SHARE (Calendar App)"],
   ["10", "CITY DOG SHARE (Dog Profile App)"],
   ["11", "CommunityGrows"],
   ["12", "Da-Tong Society of China Studies"],
   ["13", "Effective Altruists of Berkeley"],
   ["14", "Engineers Without Borders - San Francisco Professional Chapter"],
   ["15", "esential"],
   ["16", "Faludi Design"],
   ["17", "health4theworld.org"],
   ["18", "In the Potters Hands"],
   ["19", "Institute of Personality and Social Research"],
   ["20", "IntegrateNYC4Me"],
   ["21", "ORAM"],
   ["22", "Orinda Police Department"],
   ["23", "San Francisco Bay Bird observatory"],
   ["24", "Sankara Eye Foundation"],
   ["25", "TAGS (Hint Creation)"],
   ["26", "TAGS (Model Creation)"],
   ["27", "The Arctic Institute"],
   ["28", "UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)"],
   ["29", "UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["30", "UC Berkeley - EECS Department - CS 169 (ProjectScope)"],
   ["31", "UC Berkeley - EECS Department - CS 169 (Team Enrollment)"],
   ["32", "UC Berkeley Family Student Housing"],
   ["33", "UC Berkeley: Educational Technology Services"],
   ["34", "Visionaria Network"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"]]>

  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:27.781514"], ["updated_at", "2016-12-03 03:47:27.781514"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:27.784154"], ["updated_at", "2016-12-03 03:47:27.784154"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:27.785946"], ["updated_at", "2016-12-03 03:47:27.785946"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:27.787987"], ["updated_at", "2016-12-03 03:47:27.787987"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:27.790059"], ["updated_at", "2016-12-03 03:47:27.790059"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:27.792102"], ["updated_at", "2016-12-03 03:47:27.792102"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:27.794182"], ["updated_at", "2016-12-03 03:47:27.794182"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:27.796033"], ["updated_at", "2016-12-03 03:47:27.796033"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:27.798181"], ["updated_at", "2016-12-03 03:47:27.798181"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:27.800369"], ["updated_at", "2016-12-03 03:47:27.800369"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:27.802566"], ["updated_at", "2016-12-03 03:47:27.802566"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:27.804293"], ["updated_at", "2016-12-03 03:47:27.804293"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:27.805843"], ["updated_at", "2016-12-03 03:47:27.805843"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:27.807830"], ["updated_at", "2016-12-03 03:47:27.807830"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:27.809930"], ["updated_at", "2016-12-03 03:47:27.809930"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:27.811970"], ["updated_at", "2016-12-03 03:47:27.811970"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:27.813968"], ["updated_at", "2016-12-03 03:47:27.813968"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:27.816074"], ["updated_at", "2016-12-03 03:47:27.816074"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:27.818198"], ["updated_at", "2016-12-03 03:47:27.818198"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:27.820105"], ["updated_at", "2016-12-03 03:47:27.820105"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:27.821885"], ["updated_at", "2016-12-03 03:47:27.821885"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 22], ["project_name", "Orinda Police Department"], ["created_at", "2016-12-03 03:47:27.823856"], ["updated_at", "2016-12-03 03:47:27.823856"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 23], ["project_name", "San Francisco Bay Bird observatory"], ["created_at", "2016-12-03 03:47:27.825844"], ["updated_at", "2016-12-03 03:47:27.825844"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 24], ["project_name", "Sankara Eye Foundation"], ["created_at", "2016-12-03 03:47:27.827719"], ["updated_at", "2016-12-03 03:47:27.827719"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 25], ["project_name", "TAGS (Hint Creation)"], ["created_at", "2016-12-03 03:47:27.829589"], ["updated_at", "2016-12-03 03:47:27.829589"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 26], ["project_name", "TAGS (Model Creation)"], ["created_at", "2016-12-03 03:47:27.831665"], ["updated_at", "2016-12-03 03:47:27.831665"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 27], ["project_name", "The Arctic Institute"], ["created_at", "2016-12-03 03:47:27.833613"], ["updated_at", "2016-12-03 03:47:27.833613"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 28], ["project_name", "UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)"], ["created_at", "2016-12-03 03:47:27.835742"], ["updated_at", "2016-12-03 03:47:27.835742"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 29], ["project_name", "UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"], ["created_at", "2016-12-03 03:47:27.837830"], ["updated_at", "2016-12-03 03:47:27.837830"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 30], ["project_name", "UC Berkeley - EECS Department - CS 169 (ProjectScope)"], ["created_at", "2016-12-03 03:47:27.839911"], ["updated_at", "2016-12-03 03:47:27.839911"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 31], ["project_name", "UC Berkeley - EECS Department - CS 169 (Team Enrollment)"], ["created_at", "2016-12-03 03:47:27.841927"], ["updated_at", "2016-12-03 03:47:27.841927"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 32], ["project_name", "UC Berkeley Family Student Housing"], ["created_at", "2016-12-03 03:47:27.843881"], ["updated_at", "2016-12-03 03:47:27.843881"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 33], ["project_name", "UC Berkeley: Educational Technology Services"], ["created_at", "2016-12-03 03:47:27.845753"], ["updated_at", "2016-12-03 03:47:27.845753"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 34], ["project_name", "Visionaria Network"], ["created_at", "2016-12-03 03:47:27.847856"], ["updated_at", "2016-12-03 03:47:27.847856"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Groups%21A1%3AY1000?
200
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Groups%21A1%3AY1000 == 200 (13524 bytes) 127ms>
Success - #<Google::Apis::SheetsV4::ValueRange:0x00000008c7e860
 @major_dimension="ROWS",
 @range="Groups!A1:Y1000",
 @values=
  [["Timestamp",
    "Email Address",
    "What is your team ID?",
    "Assigned",
    "1st preference:",
    "2nd preference:",
    "3rd preference:",
    "4th preference:",
    "5th preference:",
    "6th preference",
    "7th preference",
    "7th preference"],
   ["9/16/2016 16:19:38",
    "yanxinyi@berkeley.edu",
    "1",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "15 esential",
    "9 CITY DOG SHARE (Calendar App)",
    "23 San Francisco Bay Bird observatory",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["9/15/2016 10:57:54",
    "jsullivan27@berkeley.edu",
    "2",
    "11 CommunityGrows",
    "11 CommunityGrows",
    "22 Orinda Police Department",
    "5 AsylumConnect",
    "9 CITY DOG SHARE (Calendar App)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "13 Effective Altruists of Berkeley",
    "27 The Arctic Institute"],
   ["9/20/2016 21:31:53",
    "aditya2013@berkeley.edu",
    "3",
    "27 The Arctic Institute",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "27 The Arctic Institute",
    "23 San Francisco Bay Bird observatory",
    "33 UC Berkeley: Educational Technology Services",
    "22 Orinda Police Department",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["9/20/2016 15:48:34",
    "junyuw@berkeley.edu",
    "4",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "9 CITY DOG SHARE (Calendar App)",
    "32 UC Berkeley Family Student Housing",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "11 CommunityGrows",
    "33 UC Berkeley: Educational Technology Services"],
   ["9/16/2016 14:07:20",
    "xiangyu.ren@berkeley.edu",
    "5",
    "22 Orinda Police Department",
    "2 Alzheimer's Greater Los Angeles",
    "15 esential",
    "22 Orinda Police Department",
    "32 UC Berkeley Family Student Housing",
    "8 China US Culture Exchange Center",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "6 Breathe California"],
   ["9/20/2016 17:10:46",
    "hubqwerty@berkeley.edu",
    "6",
    "15 esential",
    "15 esential",
    "12 Da-Tong Society of China Studies",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "10 CITY DOG SHARE (Dog Profile App)",
    "13 Effective Altruists of Berkeley",
    "9 CITY DOG SHARE (Calendar App)",
    "11 CommunityGrows"],
   ["9/18/2016 13:05:35",
    "wangxiangjiu@berkeley.edu",
    "7",
    "6 Breathe California",
    "6 Breathe California",
    "23 San Francisco Bay Bird observatory",
    "17 health4theworld.org",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "22 Orinda Police Department",
    "32 UC Berkeley Family Student Housing",
    "34 Visionaria Network"],
   ["9/19/2016 10:25:35",
    "kryuma@berkeley.edu",
    "8",
    "8 China US Culture Exchange Center",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "8 China US Culture Exchange Center",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "15 esential",
    "21 ORAM",
    "22 Orinda Police Department",
    "10 CITY DOG SHARE (Dog Profile App)"],
   ["9/20/2016 18:34:17",
    "njazari@berkeley.edu",
    "9",
    "24 Sankara Eye Foundation",
    "22 Orinda Police Department",
    "33 UC Berkeley: Educational Technology Services",
    "24 Sankara Eye Foundation",
    "19 Institute of Personality and Social Research",
    "8 China US Culture Exchange Center",
    "13 Effective Altruists of Berkeley",
    "20 IntegrateNYC4Me"],
   ["9/20/2016 0:16:21",
    "lizzysteger@berkeley.edu",
    "10",
    "12 Da-Tong Society of China Studies",
    "12 Da-Tong Society of China Studies",
    "32 UC Berkeley Family Student Housing",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "3 American Red Cross at Cal",
    "7 California Poets in the Schools",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "25 TAGS (Hint Creation)"],
   ["9/20/2016 12:02:09",
    "kadhirvelm@berkeley.edu",
    "11",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "13 Effective Altruists of Berkeley",
    "7 California Poets in the Schools",
    "6 Breathe California"],
   ["9/20/2016 12:46:42",
    "gunsoo02@berkeley.edu",
    "12",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "23 San Francisco Bay Bird observatory",
    "6 Breathe California",
    "19 Institute of Personality and Social Research",
    "22 Orinda Police Department",
    "27 The Arctic Institute",
    "3 American Red Cross at Cal"],
   ["9/16/2016 16:19:59",
    "kailiyen@berkeley.edu",
    "13",
    "21 ORAM",
    "21 ORAM",
    "5 AsylumConnect",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "20 IntegrateNYC4Me",
    "27 The Arctic Institute",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)"],
   ["9/20/2016 9:17:08",
    "hiftekhar@berkeley.edu",
    "14",
    "3 American Red Cross at Cal",
    "10 CITY DOG SHARE (Dog Profile App)",
    "3 American Red Cross at Cal",
    "23 San Francisco Bay Bird observatory",
    "7 California Poets in the Schools",
    "27 The Arctic Institute",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "11 CommunityGrows"],
   ["9/20/2016 15:42:53",
    "mingu08@berkeley.edu",
    "15",
    "32 UC Berkeley Family Student Housing",
    "32 UC Berkeley Family Student Housing",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "9 CITY DOG SHARE (Calendar App)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "15 esential",
    "33 UC Berkeley: Educational Technology Services",
    "14 Engineers Without Borders - San Francisco Professional Chapter"],
   ["9/15/2016 0:00:36",
    "stevencheng@berkeley.edu",
    "16",
    "9 CITY DOG SHARE (Calendar App)",
    "9 CITY DOG SHARE (Calendar App)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "2 Alzheimer's Greater Los Angeles",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)"],
   ["9/20/2016 22:46:40",
    "ross.teixeira@berkeley.edu",
    "17",
    "13 Effective Altruists of Berkeley",
    "13 Effective Altruists of Berkeley",
    "22 Orinda Police Department",
    "2 Alzheimer's Greater Los Angeles",
    "10 CITY DOG SHARE (Dog Profile App)",
    "32 UC Berkeley Family Student Housing",
    "7 California Poets in the Schools",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)"],
   ["9/18/2016 19:08:37",
    "dasolyoon@berkeley.edu",
    "18",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "33 UC Berkeley: Educational Technology Services",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "32 UC Berkeley Family Student Housing",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "13 Effective Altruists of Berkeley"],
   ["9/14/2016 23:59:07",
    "akuo5@berkeley.edu",
    "19",
    "10 CITY DOG SHARE (Dog Profile App)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "22 Orinda Police Department",
    "23 San Francisco Bay Bird observatory",
    "9 CITY DOG SHARE (Calendar App)",
    "15 esential",
    "3 American Red Cross at Cal"],
   ["9/20/2016 23:18:18",
    "jessheisme@berkeley.edu",
    "20",
    "34 Visionaria Network",
    "2 Alzheimer's Greater Los Angeles",
    "12 Da-Tong Society of China Studies",
    "15 esential",
    "10 CITY DOG SHARE (Dog Profile App)",
    "13 Effective Altruists of Berkeley",
    "34 Visionaria Network",
    "14 Engineers Without Borders - San Francisco Professional Chapter"],
   ["9/20/2016 21:55:33",
    "floresivette@berkeley.edu",
    "21",
    "7 California Poets in the Schools",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "12 Da-Tong Society of China Studies",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "32 UC Berkeley Family Student Housing",
    "22 Orinda Police Department",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "7 California Poets in the Schools"],
   ["9/20/2016 0:03:26",
    "wongdaniel8@berkeley.edu",
    "22",
    "2 Alzheimer's Greater Los Angeles",
    "2 Alzheimer's Greater Los Angeles",
    "21 ORAM",
    "33 UC Berkeley: Educational Technology Services",
    "11 CommunityGrows",
    "17 health4theworld.org",
    "10 CITY DOG SHARE (Dog Profile App)",
    "19 Institute of Personality and Social Research"],
   ["9/20/2016 17:32:16",
    "mcraig@berkeley.edu",
    "23",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "5 AsylumConnect",
    "27 The Arctic Institute",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "33 UC Berkeley: Educational Technology Services",
    "23 San Francisco Bay Bird observatory",
    "20 IntegrateNYC4Me"],
   ["9/19/2016 21:44:46",
    "tusharsingal@berkeley.edu",
    "24",
    "19 Institute of Personality and Social Research",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "22 Orinda Police Department",
    "6 Breathe California",
    "19 Institute of Personality and Social Research"],
   ["9/18/2016 22:24:41",
    "shuoyao@berkeley.edu",
    "25",
    "23 San Francisco Bay Bird observatory",
    "23 San Francisco Bay Bird observatory",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "2 Alzheimer's Greater Los Angeles",
    "27 The Arctic Institute",
    "13 Effective Altruists of Berkeley",
    "34 Visionaria Network",
    "3 American Red Cross at Cal"],
   ["9/19/2016 23:46:19",
    "theguo007@berkeley.edu",
    "26",
    "5 AsylumConnect",
    "5 AsylumConnect",
    "15 esential",
    "10 CITY DOG SHARE (Dog Profile App)",
    "9 CITY DOG SHARE (Calendar App)",
    "12 Da-Tong Society of China Studies",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "2 Alzheimer's Greater Los Angeles"],
   ["9/20/2016 22:38:28",
    "victorhlu@berkeley.edu",
    "28",
    "33 UC Berkeley: Educational Technology Services",
    "33 UC Berkeley: Educational Technology Services",
    "6 Breathe California",
    "19 Institute of Personality and Social Research",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "23 San Francisco Bay Bird observatory",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "10 CITY DOG SHARE (Dog Profile App)"],
   ["9/18/2016 19:28:24",
    "s.keegan@berkeley.edu",
    "29",
    "16 Faludi Design",
    "8 China US Culture Exchange Center",
    "16 Faludi Design",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "22 Orinda Police Department",
    "23 San Francisco Bay Bird observatory",
    "27 The Arctic Institute",
    "9 CITY DOG SHARE (Calendar App)"]]>

  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["username", "yanxinyi@berkeley.edu"], ["first_choice", 15], ["second_choice", 9], ["third_choice", 23], ["fourth_choice", 1], ["fifth_choice", 10], ["sixth_choice", 30], ["seventh_choice", 29], ["created_at", "2016-12-03 03:47:28.062892"], ["updated_at", "2016-12-03 03:47:28.062892"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 22], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 27], ["created_at", "2016-12-03 03:47:28.065172"], ["updated_at", "2016-12-03 03:47:28.065172"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 27], ["fourth_choice", 23], ["fifth_choice", 33], ["sixth_choice", 22], ["seventh_choice", 29], ["created_at", "2016-12-03 03:47:28.067347"], ["updated_at", "2016-12-03 03:47:28.067347"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 30], ["third_choice", 9], ["fourth_choice", 32], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 33], ["created_at", "2016-12-03 03:47:28.069414"], ["updated_at", "2016-12-03 03:47:28.069414"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 5], ["username", "xiangyu.ren@berkeley.edu"], ["first_choice", 2], ["second_choice", 15], ["third_choice", 22], ["fourth_choice", 32], ["fifth_choice", 8], ["sixth_choice", 14], ["seventh_choice", 6], ["created_at", "2016-12-03 03:47:28.071794"], ["updated_at", "2016-12-03 03:47:28.071794"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 6], ["username", "hubqwerty@berkeley.edu"], ["first_choice", 15], ["second_choice", 12], ["third_choice", 14], ["fourth_choice", 10], ["fifth_choice", 13], ["sixth_choice", 9], ["seventh_choice", 11], ["created_at", "2016-12-03 03:47:28.073946"], ["updated_at", "2016-12-03 03:47:28.073946"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 7], ["username", "wangxiangjiu@berkeley.edu"], ["first_choice", 6], ["second_choice", 23], ["third_choice", 17], ["fourth_choice", 4], ["fifth_choice", 22], ["sixth_choice", 32], ["seventh_choice", 34], ["created_at", "2016-12-03 03:47:28.076752"], ["updated_at", "2016-12-03 03:47:28.076752"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 8], ["username", "kryuma@berkeley.edu"], ["first_choice", 4], ["second_choice", 8], ["third_choice", 29], ["fourth_choice", 15], ["fifth_choice", 21], ["sixth_choice", 22], ["seventh_choice", 10], ["created_at", "2016-12-03 03:47:28.079071"], ["updated_at", "2016-12-03 03:47:28.079071"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 9], ["username", "njazari@berkeley.edu"], ["first_choice", 22], ["second_choice", 33], ["third_choice", 24], ["fourth_choice", 19], ["fifth_choice", 8], ["sixth_choice", 13], ["seventh_choice", 20], ["created_at", "2016-12-03 03:47:28.082071"], ["updated_at", "2016-12-03 03:47:28.082071"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 10], ["username", "lizzysteger@berkeley.edu"], ["first_choice", 12], ["second_choice", 32], ["third_choice", 31], ["fourth_choice", 3], ["fifth_choice", 7], ["sixth_choice", 29], ["seventh_choice", 25], ["created_at", "2016-12-03 03:47:28.084971"], ["updated_at", "2016-12-03 03:47:28.084971"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 11], ["username", "kadhirvelm@berkeley.edu"], ["first_choice", 29], ["second_choice", 31], ["third_choice", 28], ["fourth_choice", 30], ["fifth_choice", 13], ["sixth_choice", 7], ["seventh_choice", 6], ["created_at", "2016-12-03 03:47:28.087897"], ["updated_at", "2016-12-03 03:47:28.087897"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 12], ["username", "gunsoo02@berkeley.edu"], ["first_choice", 4], ["second_choice", 23], ["third_choice", 6], ["fourth_choice", 19], ["fifth_choice", 22], ["sixth_choice", 27], ["seventh_choice", 3], ["created_at", "2016-12-03 03:47:28.090814"], ["updated_at", "2016-12-03 03:47:28.090814"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 13], ["username", "kailiyen@berkeley.edu"], ["first_choice", 21], ["second_choice", 5], ["third_choice", 14], ["fourth_choice", 20], ["fifth_choice", 27], ["sixth_choice", 30], ["seventh_choice", 4], ["created_at", "2016-12-03 03:47:28.093373"], ["updated_at", "2016-12-03 03:47:28.093373"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 14], ["username", "hiftekhar@berkeley.edu"], ["first_choice", 10], ["second_choice", 3], ["third_choice", 23], ["fourth_choice", 7], ["fifth_choice", 27], ["sixth_choice", 1], ["seventh_choice", 11], ["created_at", "2016-12-03 03:47:28.095860"], ["updated_at", "2016-12-03 03:47:28.095860"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 15], ["username", "mingu08@berkeley.edu"], ["first_choice", 32], ["second_choice", 31], ["third_choice", 9], ["fourth_choice", 28], ["fifth_choice", 15], ["sixth_choice", 33], ["seventh_choice", 14], ["created_at", "2016-12-03 03:47:28.097707"], ["updated_at", "2016-12-03 03:47:28.097707"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 16], ["username", "stevencheng@berkeley.edu"], ["first_choice", 9], ["second_choice", 10], ["third_choice", 2], ["fourth_choice", 29], ["fifth_choice", 28], ["sixth_choice", 30], ["seventh_choice", 31], ["created_at", "2016-12-03 03:47:28.099676"], ["updated_at", "2016-12-03 03:47:28.099676"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 17], ["username", "ross.teixeira@berkeley.edu"], ["first_choice", 13], ["second_choice", 22], ["third_choice", 2], ["fourth_choice", 10], ["fifth_choice", 32], ["sixth_choice", 7], ["seventh_choice", 1], ["created_at", "2016-12-03 03:47:28.103025"], ["updated_at", "2016-12-03 03:47:28.103025"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 18], ["username", "dasolyoon@berkeley.edu"], ["first_choice", 31], ["second_choice", 33], ["third_choice", 29], ["fourth_choice", 32], ["fifth_choice", 14], ["sixth_choice", 28], ["seventh_choice", 13], ["created_at", "2016-12-03 03:47:28.106315"], ["updated_at", "2016-12-03 03:47:28.106315"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 19], ["username", "akuo5@berkeley.edu"], ["first_choice", 10], ["second_choice", 31], ["third_choice", 22], ["fourth_choice", 23], ["fifth_choice", 9], ["sixth_choice", 15], ["seventh_choice", 3], ["created_at", "2016-12-03 03:47:28.109637"], ["updated_at", "2016-12-03 03:47:28.109637"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 20], ["username", "jessheisme@berkeley.edu"], ["first_choice", 2], ["second_choice", 12], ["third_choice", 15], ["fourth_choice", 10], ["fifth_choice", 13], ["sixth_choice", 34], ["seventh_choice", 14], ["created_at", "2016-12-03 03:47:28.113036"], ["updated_at", "2016-12-03 03:47:28.113036"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 21], ["username", "floresivette@berkeley.edu"], ["first_choice", 4], ["second_choice", 12], ["third_choice", 31], ["fourth_choice", 32], ["fifth_choice", 22], ["sixth_choice", 1], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:28.116354"], ["updated_at", "2016-12-03 03:47:28.116354"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 22], ["username", "wongdaniel8@berkeley.edu"], ["first_choice", 2], ["second_choice", 21], ["third_choice", 33], ["fourth_choice", 11], ["fifth_choice", 17], ["sixth_choice", 10], ["seventh_choice", 19], ["created_at", "2016-12-03 03:47:28.119674"], ["updated_at", "2016-12-03 03:47:28.119674"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 23], ["username", "mcraig@berkeley.edu"], ["first_choice", 14], ["second_choice", 5], ["third_choice", 27], ["fourth_choice", 4], ["fifth_choice", 33], ["sixth_choice", 23], ["seventh_choice", 20], ["created_at", "2016-12-03 03:47:28.122946"], ["updated_at", "2016-12-03 03:47:28.122946"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 24], ["username", "tusharsingal@berkeley.edu"], ["first_choice", 29], ["second_choice", 14], ["third_choice", 31], ["fourth_choice", 30], ["fifth_choice", 22], ["sixth_choice", 6], ["seventh_choice", 19], ["created_at", "2016-12-03 03:47:28.125731"], ["updated_at", "2016-12-03 03:47:28.125731"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 25], ["username", "shuoyao@berkeley.edu"], ["first_choice", 23], ["second_choice", 4], ["third_choice", 2], ["fourth_choice", 27], ["fifth_choice", 13], ["sixth_choice", 34], ["seventh_choice", 3], ["created_at", "2016-12-03 03:47:28.128635"], ["updated_at", "2016-12-03 03:47:28.128635"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 26], ["username", "theguo007@berkeley.edu"], ["first_choice", 5], ["second_choice", 15], ["third_choice", 10], ["fourth_choice", 9], ["fifth_choice", 12], ["sixth_choice", 14], ["seventh_choice", 2], ["created_at", "2016-12-03 03:47:28.130438"], ["updated_at", "2016-12-03 03:47:28.130438"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 28], ["username", "victorhlu@berkeley.edu"], ["first_choice", 33], ["second_choice", 6], ["third_choice", 19], ["fourth_choice", 31], ["fifth_choice", 23], ["sixth_choice", 28], ["seventh_choice", 10], ["created_at", "2016-12-03 03:47:28.132255"], ["updated_at", "2016-12-03 03:47:28.132255"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 29], ["username", "s.keegan@berkeley.edu"], ["first_choice", 8], ["second_choice", 16], ["third_choice", 14], ["fourth_choice", 22], ["fifth_choice", 23], ["sixth_choice", 27], ["seventh_choice", 9], ["created_at", "2016-12-03 03:47:28.135031"], ["updated_at", "2016-12-03 03:47:28.135031"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:28.141361"], ["updated_at", "2016-12-03 03:47:28.141361"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:28.150839"], ["updated_at", "2016-12-03 03:47:28.150839"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/None?
400
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/None == 400 (265 bytes) 158ms>
Caught error badRequest: Unable to parse range: None
Error - #<Google::Apis::ClientError: badRequest: Unable to parse range: None>

  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Sending HTTP post https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match:clear?
200
#<Hurley::Response POST https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match:clear == 200 (114 bytes) 143ms>
Success - #<Google::Apis::SheetsV4::ClearValuesResponse:0x00000008a7bb08
 @cleared_range="Current_Match!A1:Z1000",
 @spreadsheet_id="1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI">

Sending HTTP put https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match?valueInputOption=USER_ENTERED
200
#<Hurley::Response PUT https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match?valueInputOption=USER_ENTERED == 200 (175 bytes) 140ms>
Success - #<Google::Apis::SheetsV4::UpdateValuesResponse:0x00000008a49748
 @spreadsheet_id="1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI",
 @updated_cells=3,
 @updated_columns=3,
 @updated_range="Current_Match!A1:C1",
 @updated_rows=1>

   (0.7ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:28.781943"], ["updated_at", "2016-12-03 03:47:28.781943"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project1"], ["id", 1], ["created_at", "2016-12-03 03:47:28.795368"], ["updated_at", "2016-12-03 03:47:28.795368"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:28.798394"], ["updated_at", "2016-12-03 03:47:28.798394"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  SQL (0.3ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 1], ["project_id", 1], ["created_at", "2016-12-03 03:47:28.837393"], ["updated_at", "2016-12-03 03:47:28.837393"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 2], ["created_at", "2016-12-03 03:47:28.840173"], ["updated_at", "2016-12-03 03:47:28.840173"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 3], ["created_at", "2016-12-03 03:47:28.842249"], ["updated_at", "2016-12-03 03:47:28.842249"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:28.845255"], ["updated_at", "2016-12-03 03:47:28.845255"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
   (0.0ms)  rollback transaction
   (0.1ms)  begin transaction
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 1], ["project_id", 1], ["created_at", "2016-12-03 03:47:28.851260"], ["updated_at", "2016-12-03 03:47:28.851260"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 2], ["created_at", "2016-12-03 03:47:28.853061"], ["updated_at", "2016-12-03 03:47:28.853061"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:38 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.8ms)
  Rendered login/index.html.erb within layouts/application (7.0ms)
Completed 200 OK in 391ms (Views: 377.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:39 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:39 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (37.5ms)
Completed 200 OK in 58ms (Views: 45.7ms | ActiveRecord: 2.3ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:47:39 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (1.2ms)
  Rendered projects/new.html.erb within layouts/application (3.6ms)
Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Bob%27s+Bakery" for 127.0.0.1 at 2016-12-03 03:47:39 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Bob's Bakery"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.5ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Bob's Bakery"], ["created_at", "2016-12-03 03:47:39.533100"], ["updated_at", "2016-12-03 03:47:39.533100"]]
   (1.6ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 45ms (ActiveRecord: 2.7ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:47:39 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
   (0.2ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (8.3ms)
Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 0.4ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:39 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:39 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:39 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (1.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (8.9ms)
Completed 200 OK in 25ms (Views: 21.9ms | ActiveRecord: 0.6ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:39 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.8ms)
Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.6ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:39 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:39 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:39 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.5ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:39 +0000
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (11.4ms)
  Rendered google/index.html.erb within layouts/application (14.0ms)
Completed 200 OK in 22ms (Views: 20.7ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "groups"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:47:40.332607"], ["updated_at", "2016-12-03 03:47:40.332607"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:47:40.335210"], ["updated_at", "2016-12-03 03:47:40.335210"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 44ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (5.3ms)
  Rendered google/index.html.erb within layouts/application (6.1ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.0ms)
Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.6ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (5.6ms)
  Rendered google/index.html.erb within layouts/application (6.3ms)
Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
   (0.2ms)  SELECT COUNT(*) FROM "projects"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:47:40.448352"], ["updated_at", "2016-12-03 03:47:40.448352"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:47:40.450975"], ["updated_at", "2016-12-03 03:47:40.450975"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 31ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (7.5ms)
  Rendered google/index.html.erb within layouts/application (8.4ms)
Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.0ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.0ms)
Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.6ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:40.556641"], ["updated_at", "2016-12-03 03:47:40.556641"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (3.4ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:40.605427"], ["updated_at", "2016-12-03 03:47:40.605427"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (4.4ms)
  Rendered google/index.html.erb within layouts/application (5.3ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:40.624881"], ["updated_at", "2016-12-03 03:47:40.624881"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:40.630504"], ["updated_at", "2016-12-03 03:47:40.630504"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:40.632597"], ["updated_at", "2016-12-03 03:47:40.632597"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:40.634501"], ["updated_at", "2016-12-03 03:47:40.634501"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:40.636007"], ["updated_at", "2016-12-03 03:47:40.636007"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:40.637737"], ["updated_at", "2016-12-03 03:47:40.637737"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:40.639667"], ["updated_at", "2016-12-03 03:47:40.639667"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:40.641640"], ["updated_at", "2016-12-03 03:47:40.641640"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:40.643519"], ["updated_at", "2016-12-03 03:47:40.643519"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:40.645366"], ["updated_at", "2016-12-03 03:47:40.645366"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:40.647288"], ["updated_at", "2016-12-03 03:47:40.647288"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:40.648499"], ["updated_at", "2016-12-03 03:47:40.648499"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:40.649843"], ["updated_at", "2016-12-03 03:47:40.649843"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:40.651331"], ["updated_at", "2016-12-03 03:47:40.651331"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:40.652875"], ["updated_at", "2016-12-03 03:47:40.652875"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:40.654194"], ["updated_at", "2016-12-03 03:47:40.654194"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:40.655645"], ["updated_at", "2016-12-03 03:47:40.655645"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:40.657331"], ["updated_at", "2016-12-03 03:47:40.657331"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:40.658560"], ["updated_at", "2016-12-03 03:47:40.658560"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:40.659818"], ["updated_at", "2016-12-03 03:47:40.659818"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:40.661032"], ["updated_at", "2016-12-03 03:47:40.661032"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:40.662455"], ["updated_at", "2016-12-03 03:47:40.662455"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:47:40.665023"], ["updated_at", "2016-12-03 03:47:40.665023"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:47:40.667169"], ["updated_at", "2016-12-03 03:47:40.667169"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:40.668992"], ["updated_at", "2016-12-03 03:47:40.668992"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."force_matched_project_id" = ? LIMIT 1  [["force_matched_project_id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  UPDATE "groups" SET "force_matched_project_id" = ?, "updated_at" = ? WHERE "groups"."id" = ?  [["force_matched_project_id", 1], ["updated_at", "2016-12-03 03:47:40.700418"], ["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (6.0ms)
Completed 200 OK in 11ms (Views: 7.4ms | ActiveRecord: 0.7ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (2.7ms)  SELECT "projects".* FROM "projects"
  SQL (0.2ms)  DELETE FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 1], ["created_at", "2016-12-03 03:47:40.750620"], ["updated_at", "2016-12-03 03:47:40.750620"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:47:40.756332"], ["updated_at", "2016-12-03 03:47:40.756332"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:47:40.758677"], ["updated_at", "2016-12-03 03:47:40.758677"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 24ms (ActiveRecord: 4.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (70.5ms)
Completed 200 OK in 88ms (Views: 70.8ms | ActiveRecord: 2.8ms)
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.0ms)
Completed 200 OK in 32ms (Views: 29.8ms | ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (7.9ms)
  Rendered google/index.html.erb within layouts/application (8.7ms)
Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:40 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 0.7ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (7.4ms)
  Rendered google/index.html.erb within layouts/application (8.3ms)
Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.2ms)
Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.7ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered groups/index.html.erb within layouts/application (2.4ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.2ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.8ms)
Completed 200 OK in 18ms (Views: 12.1ms | ActiveRecord: 0.7ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:41.174384"], ["updated_at", "2016-12-03 03:47:41.174384"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.5ms)
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.9ms)
Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.3ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:41.254611"], ["updated_at", "2016-12-03 03:47:41.254611"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 11ms (ActiveRecord: 1.4ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (7.0ms)
  Rendered google/index.html.erb within layouts/application (8.3ms)
Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:41.279914"], ["updated_at", "2016-12-03 03:47:41.279914"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:41.286299"], ["updated_at", "2016-12-03 03:47:41.286299"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:41.288749"], ["updated_at", "2016-12-03 03:47:41.288749"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:41.290962"], ["updated_at", "2016-12-03 03:47:41.290962"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:41.293125"], ["updated_at", "2016-12-03 03:47:41.293125"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:41.295235"], ["updated_at", "2016-12-03 03:47:41.295235"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:41.297302"], ["updated_at", "2016-12-03 03:47:41.297302"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:41.299516"], ["updated_at", "2016-12-03 03:47:41.299516"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:41.301751"], ["updated_at", "2016-12-03 03:47:41.301751"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:41.303847"], ["updated_at", "2016-12-03 03:47:41.303847"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:41.306230"], ["updated_at", "2016-12-03 03:47:41.306230"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:41.308668"], ["updated_at", "2016-12-03 03:47:41.308668"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:41.310764"], ["updated_at", "2016-12-03 03:47:41.310764"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:41.313201"], ["updated_at", "2016-12-03 03:47:41.313201"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:41.314956"], ["updated_at", "2016-12-03 03:47:41.314956"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:41.316531"], ["updated_at", "2016-12-03 03:47:41.316531"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:41.317996"], ["updated_at", "2016-12-03 03:47:41.317996"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:41.319879"], ["updated_at", "2016-12-03 03:47:41.319879"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:41.321794"], ["updated_at", "2016-12-03 03:47:41.321794"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:41.323740"], ["updated_at", "2016-12-03 03:47:41.323740"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:41.325821"], ["updated_at", "2016-12-03 03:47:41.325821"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:41.327848"], ["updated_at", "2016-12-03 03:47:41.327848"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:47:41.331237"], ["updated_at", "2016-12-03 03:47:41.331237"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:47:41.334359"], ["updated_at", "2016-12-03 03:47:41.334359"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:41.337521"], ["updated_at", "2016-12-03 03:47:41.337521"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GroupsController#index as HTML
  Group Load (0.4ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 5]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (13.4ms)
Completed 200 OK in 18ms (Views: 14.9ms | ActiveRecord: 1.7ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓", "delete"=>{"2"=>"1"}}
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
   (0.1ms)  SAVEPOINT active_record_1
  Match Load (0.2ms)  SELECT  "matches".* FROM "matches" WHERE "matches"."group_id" = ? LIMIT 1  [["group_id", 2]]
  SQL (0.1ms)  DELETE FROM "groups" WHERE "groups"."id" = ?  [["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/groups
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (8.5ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 1.2ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (1.0ms)
Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.4ms)
Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.6ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered groups/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓"}
Redirected to http://www.example.com/groups
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered groups/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.2ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.1ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.2ms)
Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.8ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (1.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.7ms)
Completed 200 OK in 10ms (Views: 7.7ms | ActiveRecord: 0.6ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:41.546407"], ["updated_at", "2016-12-03 03:47:41.546407"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.6ms)
Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:41.605922"], ["updated_at", "2016-12-03 03:47:41.605922"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 10ms (ActiveRecord: 1.3ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (6.4ms)
  Rendered google/index.html.erb within layouts/application (7.4ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:41.629305"], ["updated_at", "2016-12-03 03:47:41.629305"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:41.635583"], ["updated_at", "2016-12-03 03:47:41.635583"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:41.637703"], ["updated_at", "2016-12-03 03:47:41.637703"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:41.639495"], ["updated_at", "2016-12-03 03:47:41.639495"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:41.640701"], ["updated_at", "2016-12-03 03:47:41.640701"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:41.642060"], ["updated_at", "2016-12-03 03:47:41.642060"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:41.643362"], ["updated_at", "2016-12-03 03:47:41.643362"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:41.644628"], ["updated_at", "2016-12-03 03:47:41.644628"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:41.645863"], ["updated_at", "2016-12-03 03:47:41.645863"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:41.647206"], ["updated_at", "2016-12-03 03:47:41.647206"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:41.648574"], ["updated_at", "2016-12-03 03:47:41.648574"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:41.649847"], ["updated_at", "2016-12-03 03:47:41.649847"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:41.651117"], ["updated_at", "2016-12-03 03:47:41.651117"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:41.652423"], ["updated_at", "2016-12-03 03:47:41.652423"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:41.653752"], ["updated_at", "2016-12-03 03:47:41.653752"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:41.655088"], ["updated_at", "2016-12-03 03:47:41.655088"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:41.656473"], ["updated_at", "2016-12-03 03:47:41.656473"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:41.657788"], ["updated_at", "2016-12-03 03:47:41.657788"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:41.659069"], ["updated_at", "2016-12-03 03:47:41.659069"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:41.660585"], ["updated_at", "2016-12-03 03:47:41.660585"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:41.661948"], ["updated_at", "2016-12-03 03:47:41.661948"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:41.663827"], ["updated_at", "2016-12-03 03:47:41.663827"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:47:41.667792"], ["updated_at", "2016-12-03 03:47:41.667792"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:47:41.670475"], ["updated_at", "2016-12-03 03:47:41.670475"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:41.672918"], ["updated_at", "2016-12-03 03:47:41.672918"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.8ms)
Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.7ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:47:41.702525"], ["updated_at", "2016-12-03 03:47:41.702525"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:47:41.705462"], ["updated_at", "2016-12-03 03:47:41.705462"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:47:41.707894"], ["updated_at", "2016-12-03 03:47:41.707894"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 15ms (ActiveRecord: 1.7ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.1ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (53.8ms)
Completed 200 OK in 61ms (Views: 53.6ms | ActiveRecord: 2.7ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (42.7ms)
Completed 200 OK in 49ms (Views: 43.1ms | ActiveRecord: 2.3ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.0ms)
Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.7ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:41.888698"], ["updated_at", "2016-12-03 03:47:41.888698"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.5ms)
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:41.943324"], ["updated_at", "2016-12-03 03:47:41.943324"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 10ms (ActiveRecord: 1.3ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (6.4ms)
  Rendered google/index.html.erb within layouts/application (7.2ms)
Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:41.964535"], ["updated_at", "2016-12-03 03:47:41.964535"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:41 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:41.970421"], ["updated_at", "2016-12-03 03:47:41.970421"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:41.972217"], ["updated_at", "2016-12-03 03:47:41.972217"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:41.974027"], ["updated_at", "2016-12-03 03:47:41.974027"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:41.976355"], ["updated_at", "2016-12-03 03:47:41.976355"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:41.977954"], ["updated_at", "2016-12-03 03:47:41.977954"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:41.979696"], ["updated_at", "2016-12-03 03:47:41.979696"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:41.981586"], ["updated_at", "2016-12-03 03:47:41.981586"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:41.983361"], ["updated_at", "2016-12-03 03:47:41.983361"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:41.984936"], ["updated_at", "2016-12-03 03:47:41.984936"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:41.986272"], ["updated_at", "2016-12-03 03:47:41.986272"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:41.987926"], ["updated_at", "2016-12-03 03:47:41.987926"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:41.989809"], ["updated_at", "2016-12-03 03:47:41.989809"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:41.992047"], ["updated_at", "2016-12-03 03:47:41.992047"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:41.993966"], ["updated_at", "2016-12-03 03:47:41.993966"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:41.995809"], ["updated_at", "2016-12-03 03:47:41.995809"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:41.997813"], ["updated_at", "2016-12-03 03:47:41.997813"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:41.999656"], ["updated_at", "2016-12-03 03:47:41.999656"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:42.001451"], ["updated_at", "2016-12-03 03:47:42.001451"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:42.003309"], ["updated_at", "2016-12-03 03:47:42.003309"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:42.005097"], ["updated_at", "2016-12-03 03:47:42.005097"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:42.007024"], ["updated_at", "2016-12-03 03:47:42.007024"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:47:42.010697"], ["updated_at", "2016-12-03 03:47:42.010697"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:47:42.013767"], ["updated_at", "2016-12-03 03:47:42.013767"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:42.016422"], ["updated_at", "2016-12-03 03:47:42.016422"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.0ms)
Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 0.6ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:47:42.044689"], ["updated_at", "2016-12-03 03:47:42.044689"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:47:42.046845"], ["updated_at", "2016-12-03 03:47:42.046845"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:47:42.049188"], ["updated_at", "2016-12-03 03:47:42.049188"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 13ms (ActiveRecord: 1.4ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (46.1ms)
Completed 200 OK in 52ms (Views: 46.0ms | ActiveRecord: 2.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:47:42.127260"], ["updated_at", "2016-12-03 03:47:42.127260"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:47:42.129784"], ["updated_at", "2016-12-03 03:47:42.129784"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:47:42.131949"], ["updated_at", "2016-12-03 03:47:42.131949"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 12ms (ActiveRecord: 1.3ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (52.1ms)
Completed 200 OK in 58ms (Views: 52.5ms | ActiveRecord: 2.6ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.4ms)
Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.7ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.2ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.1ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.5ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (1.0ms)
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.2ms)
Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.7ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.6ms)
   (0.2ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.6ms)
Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered projects/new.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Test+Project" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Test Project"}
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Test Project"], ["created_at", "2016-12-03 03:47:42.354793"], ["updated_at", "2016-12-03 03:47:42.354793"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (2.3ms)
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.3ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered matches/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.8ms)
Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.7ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:42.415759"], ["updated_at", "2016-12-03 03:47:42.415759"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.5ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.6ms)
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:42.479695"], ["updated_at", "2016-12-03 03:47:42.479695"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.4ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 11ms (ActiveRecord: 1.5ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (6.7ms)
  Rendered google/index.html.erb within layouts/application (7.5ms)
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:42.500654"], ["updated_at", "2016-12-03 03:47:42.500654"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:42.504589"], ["updated_at", "2016-12-03 03:47:42.504589"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:42.506220"], ["updated_at", "2016-12-03 03:47:42.506220"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:42.508116"], ["updated_at", "2016-12-03 03:47:42.508116"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:42.509889"], ["updated_at", "2016-12-03 03:47:42.509889"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:42.511816"], ["updated_at", "2016-12-03 03:47:42.511816"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:42.513835"], ["updated_at", "2016-12-03 03:47:42.513835"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:42.515866"], ["updated_at", "2016-12-03 03:47:42.515866"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:42.517970"], ["updated_at", "2016-12-03 03:47:42.517970"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:42.520247"], ["updated_at", "2016-12-03 03:47:42.520247"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:42.522367"], ["updated_at", "2016-12-03 03:47:42.522367"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:42.524448"], ["updated_at", "2016-12-03 03:47:42.524448"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:42.526531"], ["updated_at", "2016-12-03 03:47:42.526531"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:42.528719"], ["updated_at", "2016-12-03 03:47:42.528719"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:42.530833"], ["updated_at", "2016-12-03 03:47:42.530833"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:42.533186"], ["updated_at", "2016-12-03 03:47:42.533186"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:42.534783"], ["updated_at", "2016-12-03 03:47:42.534783"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:42.536889"], ["updated_at", "2016-12-03 03:47:42.536889"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:42.538830"], ["updated_at", "2016-12-03 03:47:42.538830"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:42.540796"], ["updated_at", "2016-12-03 03:47:42.540796"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:42.542790"], ["updated_at", "2016-12-03 03:47:42.542790"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:42.544394"], ["updated_at", "2016-12-03 03:47:42.544394"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:47:42.555919"], ["updated_at", "2016-12-03 03:47:42.555919"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:47:42.558956"], ["updated_at", "2016-12-03 03:47:42.558956"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:42.562255"], ["updated_at", "2016-12-03 03:47:42.562255"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (6.0ms)
Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.8ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:47:42.594748"], ["updated_at", "2016-12-03 03:47:42.594748"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:47:42.596868"], ["updated_at", "2016-12-03 03:47:42.596868"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:47:42.599072"], ["updated_at", "2016-12-03 03:47:42.599072"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 13ms (ActiveRecord: 1.6ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (53.3ms)
Completed 200 OK in 59ms (Views: 54.0ms | ActiveRecord: 2.2ms)
   (0.4ms)  rollback transaction
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.5ms)
Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:42.718260"], ["updated_at", "2016-12-03 03:47:42.718260"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Setting Load (0.4ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.4ms)
Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.4ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:42.771070"], ["updated_at", "2016-12-03 03:47:42.771070"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 8ms (ActiveRecord: 1.2ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (6.1ms)
  Rendered google/index.html.erb within layouts/application (6.7ms)
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:42.791250"], ["updated_at", "2016-12-03 03:47:42.791250"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:42.798316"], ["updated_at", "2016-12-03 03:47:42.798316"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:42.800139"], ["updated_at", "2016-12-03 03:47:42.800139"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:42.801507"], ["updated_at", "2016-12-03 03:47:42.801507"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:42.802967"], ["updated_at", "2016-12-03 03:47:42.802967"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:42.804801"], ["updated_at", "2016-12-03 03:47:42.804801"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:42.806184"], ["updated_at", "2016-12-03 03:47:42.806184"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:42.807788"], ["updated_at", "2016-12-03 03:47:42.807788"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:42.809727"], ["updated_at", "2016-12-03 03:47:42.809727"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:42.811624"], ["updated_at", "2016-12-03 03:47:42.811624"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:42.813508"], ["updated_at", "2016-12-03 03:47:42.813508"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:42.815561"], ["updated_at", "2016-12-03 03:47:42.815561"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:42.817525"], ["updated_at", "2016-12-03 03:47:42.817525"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:42.819492"], ["updated_at", "2016-12-03 03:47:42.819492"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:42.821429"], ["updated_at", "2016-12-03 03:47:42.821429"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:42.823362"], ["updated_at", "2016-12-03 03:47:42.823362"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:42.825031"], ["updated_at", "2016-12-03 03:47:42.825031"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:42.826986"], ["updated_at", "2016-12-03 03:47:42.826986"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:42.828915"], ["updated_at", "2016-12-03 03:47:42.828915"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:42.830797"], ["updated_at", "2016-12-03 03:47:42.830797"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:42.832539"], ["updated_at", "2016-12-03 03:47:42.832539"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:42.834279"], ["updated_at", "2016-12-03 03:47:42.834279"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:47:42.837239"], ["updated_at", "2016-12-03 03:47:42.837239"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:47:42.840494"], ["updated_at", "2016-12-03 03:47:42.840494"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:42.843412"], ["updated_at", "2016-12-03 03:47:42.843412"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.9ms)
Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.6ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:47:42.872476"], ["updated_at", "2016-12-03 03:47:42.872476"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:47:42.874919"], ["updated_at", "2016-12-03 03:47:42.874919"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:47:42.877158"], ["updated_at", "2016-12-03 03:47:42.877158"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 13ms (ActiveRecord: 1.6ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (40.4ms)
Completed 200 OK in 46ms (Views: 40.9ms | ActiveRecord: 2.0ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.9ms)
Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.6ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:42.975155"], ["updated_at", "2016-12-03 03:47:42.975155"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:42 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.5ms)
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.5ms)
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.3ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:43.038226"], ["updated_at", "2016-12-03 03:47:43.038226"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (5.4ms)
  Rendered google/index.html.erb within layouts/application (6.3ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:43.057735"], ["updated_at", "2016-12-03 03:47:43.057735"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:43.063254"], ["updated_at", "2016-12-03 03:47:43.063254"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:43.064948"], ["updated_at", "2016-12-03 03:47:43.064948"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:43.066457"], ["updated_at", "2016-12-03 03:47:43.066457"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:43.068157"], ["updated_at", "2016-12-03 03:47:43.068157"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:43.069416"], ["updated_at", "2016-12-03 03:47:43.069416"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:43.070757"], ["updated_at", "2016-12-03 03:47:43.070757"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:43.072229"], ["updated_at", "2016-12-03 03:47:43.072229"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:43.073586"], ["updated_at", "2016-12-03 03:47:43.073586"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:43.075084"], ["updated_at", "2016-12-03 03:47:43.075084"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:43.076423"], ["updated_at", "2016-12-03 03:47:43.076423"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:43.077921"], ["updated_at", "2016-12-03 03:47:43.077921"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:43.079208"], ["updated_at", "2016-12-03 03:47:43.079208"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:43.080732"], ["updated_at", "2016-12-03 03:47:43.080732"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:43.082130"], ["updated_at", "2016-12-03 03:47:43.082130"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:43.083589"], ["updated_at", "2016-12-03 03:47:43.083589"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:43.085061"], ["updated_at", "2016-12-03 03:47:43.085061"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:43.086499"], ["updated_at", "2016-12-03 03:47:43.086499"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:43.087846"], ["updated_at", "2016-12-03 03:47:43.087846"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:43.089095"], ["updated_at", "2016-12-03 03:47:43.089095"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:43.090558"], ["updated_at", "2016-12-03 03:47:43.090558"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:43.092121"], ["updated_at", "2016-12-03 03:47:43.092121"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:47:43.095689"], ["updated_at", "2016-12-03 03:47:43.095689"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:47:43.098320"], ["updated_at", "2016-12-03 03:47:43.098320"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:43.101181"], ["updated_at", "2016-12-03 03:47:43.101181"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.7ms)
Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 0.8ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:47:43.132370"], ["updated_at", "2016-12-03 03:47:43.132370"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:47:43.134218"], ["updated_at", "2016-12-03 03:47:43.134218"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:47:43.135762"], ["updated_at", "2016-12-03 03:47:43.135762"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 11ms (ActiveRecord: 1.3ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (36.1ms)
Completed 200 OK in 42ms (Views: 36.3ms | ActiveRecord: 2.0ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.4ms)
Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:43.222439"], ["updated_at", "2016-12-03 03:47:43.222439"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.9ms)
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:43.268353"], ["updated_at", "2016-12-03 03:47:43.268353"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 0.9ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.1ms)
  Rendered google/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:47:43.283636"], ["updated_at", "2016-12-03 03:47:43.283636"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:47:43.288242"], ["updated_at", "2016-12-03 03:47:43.288242"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:47:43.290244"], ["updated_at", "2016-12-03 03:47:43.290244"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:47:43.292134"], ["updated_at", "2016-12-03 03:47:43.292134"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:47:43.293895"], ["updated_at", "2016-12-03 03:47:43.293895"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:47:43.295700"], ["updated_at", "2016-12-03 03:47:43.295700"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:47:43.297484"], ["updated_at", "2016-12-03 03:47:43.297484"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:47:43.299264"], ["updated_at", "2016-12-03 03:47:43.299264"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:47:43.301104"], ["updated_at", "2016-12-03 03:47:43.301104"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:47:43.302932"], ["updated_at", "2016-12-03 03:47:43.302932"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:47:43.304817"], ["updated_at", "2016-12-03 03:47:43.304817"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:47:43.306684"], ["updated_at", "2016-12-03 03:47:43.306684"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:47:43.308505"], ["updated_at", "2016-12-03 03:47:43.308505"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:47:43.310023"], ["updated_at", "2016-12-03 03:47:43.310023"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:47:43.311870"], ["updated_at", "2016-12-03 03:47:43.311870"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:47:43.313089"], ["updated_at", "2016-12-03 03:47:43.313089"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:47:43.314244"], ["updated_at", "2016-12-03 03:47:43.314244"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:47:43.315483"], ["updated_at", "2016-12-03 03:47:43.315483"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:47:43.316750"], ["updated_at", "2016-12-03 03:47:43.316750"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:47:43.318477"], ["updated_at", "2016-12-03 03:47:43.318477"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:47:43.320142"], ["updated_at", "2016-12-03 03:47:43.320142"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:47:43.321916"], ["updated_at", "2016-12-03 03:47:43.321916"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:47:43.324163"], ["updated_at", "2016-12-03 03:47:43.324163"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:47:43.325965"], ["updated_at", "2016-12-03 03:47:43.325965"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:47:43.327906"], ["updated_at", "2016-12-03 03:47:43.327906"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:47:43.354094"], ["updated_at", "2016-12-03 03:47:43.354094"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:47:43.356177"], ["updated_at", "2016-12-03 03:47:43.356177"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:47:43.357941"], ["updated_at", "2016-12-03 03:47:43.357941"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 11ms (ActiveRecord: 1.2ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:47:43 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (42.8ms)
Completed 200 OK in 49ms (Views: 43.5ms | ActiveRecord: 2.3ms)
   (0.3ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:50 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.6ms)
  Rendered login/index.html.erb within layouts/application (6.7ms)
Completed 200 OK in 245ms (Views: 235.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (1.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (32.2ms)
Completed 200 OK in 50ms (Views: 38.9ms | ActiveRecord: 0.8ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (1.0ms)
  Rendered projects/new.html.erb within layouts/application (2.6ms)
Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Bob%27s+Bakery" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Bob's Bakery"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Bob's Bakery"], ["created_at", "2016-12-03 03:49:51.222664"], ["updated_at", "2016-12-03 03:49:51.222664"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 29ms (ActiveRecord: 0.7ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.2ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (1.1ms)
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (1.7ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (7.4ms)
Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 0.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.3ms)
Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.5ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.2ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.3ms)
Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.5ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (8.2ms)
  Rendered google/index.html.erb within layouts/application (10.0ms)
Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "groups"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:49:51.801769"], ["updated_at", "2016-12-03 03:49:51.801769"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:49:51.803777"], ["updated_at", "2016-12-03 03:49:51.803777"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 35ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.0ms)
  Rendered google/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.9ms)
Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.5ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.7ms)
  Rendered google/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:49:51.888373"], ["updated_at", "2016-12-03 03:49:51.888373"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:49:51.890086"], ["updated_at", "2016-12-03 03:49:51.890086"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 33ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.2ms)
  Rendered google/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.9ms)
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:51.969127"], ["updated_at", "2016-12-03 03:49:51.969127"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:51 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.2ms)
Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.1ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:52.006784"], ["updated_at", "2016-12-03 03:49:52.006784"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 0.9ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.5ms)
  Rendered google/index.html.erb within layouts/application (4.0ms)
Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:52.020494"], ["updated_at", "2016-12-03 03:49:52.020494"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:49:52.024513"], ["updated_at", "2016-12-03 03:49:52.024513"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:49:52.026131"], ["updated_at", "2016-12-03 03:49:52.026131"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:49:52.027391"], ["updated_at", "2016-12-03 03:49:52.027391"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:49:52.028618"], ["updated_at", "2016-12-03 03:49:52.028618"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:49:52.029843"], ["updated_at", "2016-12-03 03:49:52.029843"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:49:52.031072"], ["updated_at", "2016-12-03 03:49:52.031072"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:49:52.032354"], ["updated_at", "2016-12-03 03:49:52.032354"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:49:52.033575"], ["updated_at", "2016-12-03 03:49:52.033575"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:49:52.034789"], ["updated_at", "2016-12-03 03:49:52.034789"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:49:52.036018"], ["updated_at", "2016-12-03 03:49:52.036018"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:49:52.037224"], ["updated_at", "2016-12-03 03:49:52.037224"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:49:52.038417"], ["updated_at", "2016-12-03 03:49:52.038417"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:49:52.039729"], ["updated_at", "2016-12-03 03:49:52.039729"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:49:52.040935"], ["updated_at", "2016-12-03 03:49:52.040935"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:49:52.042219"], ["updated_at", "2016-12-03 03:49:52.042219"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:49:52.043470"], ["updated_at", "2016-12-03 03:49:52.043470"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:49:52.044786"], ["updated_at", "2016-12-03 03:49:52.044786"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:49:52.046096"], ["updated_at", "2016-12-03 03:49:52.046096"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:49:52.047357"], ["updated_at", "2016-12-03 03:49:52.047357"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:49:52.048855"], ["updated_at", "2016-12-03 03:49:52.048855"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:49:52.050417"], ["updated_at", "2016-12-03 03:49:52.050417"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:49:52.052698"], ["updated_at", "2016-12-03 03:49:52.052698"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:49:52.054905"], ["updated_at", "2016-12-03 03:49:52.054905"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:49:52.056971"], ["updated_at", "2016-12-03 03:49:52.056971"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."force_matched_project_id" = ? LIMIT 1  [["force_matched_project_id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  UPDATE "groups" SET "force_matched_project_id" = ?, "updated_at" = ? WHERE "groups"."id" = ?  [["force_matched_project_id", 1], ["updated_at", "2016-12-03 03:49:52.080473"], ["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.7ms)
Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 1], ["created_at", "2016-12-03 03:49:52.110523"], ["updated_at", "2016-12-03 03:49:52.110523"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:49:52.113355"], ["updated_at", "2016-12-03 03:49:52.113355"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:49:52.114727"], ["updated_at", "2016-12-03 03:49:52.114727"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 12ms (ActiveRecord: 1.2ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (34.4ms)
Completed 200 OK in 43ms (Views: 34.7ms | ActiveRecord: 1.5ms)
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.9ms)
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.4ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.0ms)
  Rendered google/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.4ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.2ms)
  Rendered google/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.0ms)
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.5ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (1.3ms)
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.9ms)
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:52.330577"], ["updated_at", "2016-12-03 03:49:52.330577"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.0ms)
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:52.369216"], ["updated_at", "2016-12-03 03:49:52.369216"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.5ms)
  Rendered google/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:52.381933"], ["updated_at", "2016-12-03 03:49:52.381933"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:49:52.385354"], ["updated_at", "2016-12-03 03:49:52.385354"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:49:52.386732"], ["updated_at", "2016-12-03 03:49:52.386732"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:49:52.387955"], ["updated_at", "2016-12-03 03:49:52.387955"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:49:52.389211"], ["updated_at", "2016-12-03 03:49:52.389211"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:49:52.390445"], ["updated_at", "2016-12-03 03:49:52.390445"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:49:52.391783"], ["updated_at", "2016-12-03 03:49:52.391783"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:49:52.392975"], ["updated_at", "2016-12-03 03:49:52.392975"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:49:52.394274"], ["updated_at", "2016-12-03 03:49:52.394274"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:49:52.395688"], ["updated_at", "2016-12-03 03:49:52.395688"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:49:52.396880"], ["updated_at", "2016-12-03 03:49:52.396880"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:49:52.398305"], ["updated_at", "2016-12-03 03:49:52.398305"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:49:52.399780"], ["updated_at", "2016-12-03 03:49:52.399780"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:49:52.401011"], ["updated_at", "2016-12-03 03:49:52.401011"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:49:52.402183"], ["updated_at", "2016-12-03 03:49:52.402183"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:49:52.403424"], ["updated_at", "2016-12-03 03:49:52.403424"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:49:52.404801"], ["updated_at", "2016-12-03 03:49:52.404801"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:49:52.406132"], ["updated_at", "2016-12-03 03:49:52.406132"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:49:52.407697"], ["updated_at", "2016-12-03 03:49:52.407697"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:49:52.408964"], ["updated_at", "2016-12-03 03:49:52.408964"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:49:52.410338"], ["updated_at", "2016-12-03 03:49:52.410338"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:49:52.411656"], ["updated_at", "2016-12-03 03:49:52.411656"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:49:52.413724"], ["updated_at", "2016-12-03 03:49:52.413724"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:49:52.415667"], ["updated_at", "2016-12-03 03:49:52.415667"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:49:52.417554"], ["updated_at", "2016-12-03 03:49:52.417554"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 5]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (6.7ms)
Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.7ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓", "delete"=>{"2"=>"1"}}
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
   (0.1ms)  SAVEPOINT active_record_1
  Match Load (0.1ms)  SELECT  "matches".* FROM "matches" WHERE "matches"."group_id" = ? LIMIT 1  [["group_id", 2]]
  SQL (0.1ms)  DELETE FROM "groups" WHERE "groups"."id" = ?  [["id", 2]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/groups
Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.7ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.4ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓"}
Redirected to http://www.example.com/groups
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.0ms)
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.4ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:52.539292"], ["updated_at", "2016-12-03 03:49:52.539292"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.6ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.1ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:52.574942"], ["updated_at", "2016-12-03 03:49:52.574942"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.4ms)
  Rendered google/index.html.erb within layouts/application (4.0ms)
Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:52.587566"], ["updated_at", "2016-12-03 03:49:52.587566"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:49:52.591135"], ["updated_at", "2016-12-03 03:49:52.591135"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:49:52.592498"], ["updated_at", "2016-12-03 03:49:52.592498"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:49:52.593761"], ["updated_at", "2016-12-03 03:49:52.593761"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:49:52.594963"], ["updated_at", "2016-12-03 03:49:52.594963"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:49:52.596214"], ["updated_at", "2016-12-03 03:49:52.596214"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:49:52.597445"], ["updated_at", "2016-12-03 03:49:52.597445"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:49:52.598678"], ["updated_at", "2016-12-03 03:49:52.598678"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:49:52.599937"], ["updated_at", "2016-12-03 03:49:52.599937"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:49:52.601206"], ["updated_at", "2016-12-03 03:49:52.601206"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:49:52.602481"], ["updated_at", "2016-12-03 03:49:52.602481"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:49:52.603766"], ["updated_at", "2016-12-03 03:49:52.603766"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:49:52.605027"], ["updated_at", "2016-12-03 03:49:52.605027"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:49:52.606303"], ["updated_at", "2016-12-03 03:49:52.606303"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:49:52.607695"], ["updated_at", "2016-12-03 03:49:52.607695"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:49:52.609097"], ["updated_at", "2016-12-03 03:49:52.609097"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:49:52.610357"], ["updated_at", "2016-12-03 03:49:52.610357"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:49:52.611627"], ["updated_at", "2016-12-03 03:49:52.611627"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:49:52.612859"], ["updated_at", "2016-12-03 03:49:52.612859"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:49:52.614098"], ["updated_at", "2016-12-03 03:49:52.614098"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:49:52.615433"], ["updated_at", "2016-12-03 03:49:52.615433"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:49:52.616702"], ["updated_at", "2016-12-03 03:49:52.616702"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:49:52.618853"], ["updated_at", "2016-12-03 03:49:52.618853"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:49:52.620750"], ["updated_at", "2016-12-03 03:49:52.620750"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:49:52.622563"], ["updated_at", "2016-12-03 03:49:52.622563"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:49:52.642070"], ["updated_at", "2016-12-03 03:49:52.642070"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:49:52.643569"], ["updated_at", "2016-12-03 03:49:52.643569"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:49:52.644938"], ["updated_at", "2016-12-03 03:49:52.644938"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 8ms (ActiveRecord: 0.9ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (29.2ms)
Completed 200 OK in 34ms (Views: 29.4ms | ActiveRecord: 1.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (30.3ms)
Completed 200 OK in 35ms (Views: 30.6ms | ActiveRecord: 1.6ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.8ms)
Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:52.755734"], ["updated_at", "2016-12-03 03:49:52.755734"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.4ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:52.791581"], ["updated_at", "2016-12-03 03:49:52.791581"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (7.9ms)
  Rendered google/index.html.erb within layouts/application (8.4ms)
Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:52.808424"], ["updated_at", "2016-12-03 03:49:52.808424"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:49:52.811966"], ["updated_at", "2016-12-03 03:49:52.811966"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:49:52.813393"], ["updated_at", "2016-12-03 03:49:52.813393"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:49:52.814817"], ["updated_at", "2016-12-03 03:49:52.814817"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:49:52.816302"], ["updated_at", "2016-12-03 03:49:52.816302"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:49:52.817737"], ["updated_at", "2016-12-03 03:49:52.817737"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:49:52.819217"], ["updated_at", "2016-12-03 03:49:52.819217"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:49:52.820457"], ["updated_at", "2016-12-03 03:49:52.820457"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:49:52.821646"], ["updated_at", "2016-12-03 03:49:52.821646"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:49:52.822847"], ["updated_at", "2016-12-03 03:49:52.822847"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:49:52.824085"], ["updated_at", "2016-12-03 03:49:52.824085"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:49:52.825267"], ["updated_at", "2016-12-03 03:49:52.825267"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:49:52.826431"], ["updated_at", "2016-12-03 03:49:52.826431"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:49:52.827648"], ["updated_at", "2016-12-03 03:49:52.827648"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:49:52.828814"], ["updated_at", "2016-12-03 03:49:52.828814"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:49:52.830034"], ["updated_at", "2016-12-03 03:49:52.830034"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:49:52.831252"], ["updated_at", "2016-12-03 03:49:52.831252"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:49:52.832420"], ["updated_at", "2016-12-03 03:49:52.832420"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:49:52.833624"], ["updated_at", "2016-12-03 03:49:52.833624"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:49:52.834882"], ["updated_at", "2016-12-03 03:49:52.834882"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:49:52.836101"], ["updated_at", "2016-12-03 03:49:52.836101"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:49:52.837284"], ["updated_at", "2016-12-03 03:49:52.837284"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:49:52.839327"], ["updated_at", "2016-12-03 03:49:52.839327"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:49:52.841166"], ["updated_at", "2016-12-03 03:49:52.841166"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:49:52.842922"], ["updated_at", "2016-12-03 03:49:52.842922"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.3ms)
Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:49:52.862178"], ["updated_at", "2016-12-03 03:49:52.862178"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:49:52.863658"], ["updated_at", "2016-12-03 03:49:52.863658"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:49:52.865077"], ["updated_at", "2016-12-03 03:49:52.865077"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (30.1ms)
Completed 200 OK in 35ms (Views: 30.5ms | ActiveRecord: 1.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:49:52.916573"], ["updated_at", "2016-12-03 03:49:52.916573"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:49:52.918180"], ["updated_at", "2016-12-03 03:49:52.918180"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:49:52.919578"], ["updated_at", "2016-12-03 03:49:52.919578"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (29.6ms)
Completed 200 OK in 34ms (Views: 29.8ms | ActiveRecord: 1.5ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.8ms)
Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.4ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:49:52 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (11.7ms)
Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.8ms)
Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.4ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered projects/new.html.erb within layouts/application (0.8ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Test+Project" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Test Project"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Test Project"], ["created_at", "2016-12-03 03:49:53.051157"], ["updated_at", "2016-12-03 03:49:53.051157"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.3ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:53.087827"], ["updated_at", "2016-12-03 03:49:53.087827"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.3ms)
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.1ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:53.125511"], ["updated_at", "2016-12-03 03:49:53.125511"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 0.9ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.0ms)
  Rendered google/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:53.138794"], ["updated_at", "2016-12-03 03:49:53.138794"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:49:53.142690"], ["updated_at", "2016-12-03 03:49:53.142690"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:49:53.144132"], ["updated_at", "2016-12-03 03:49:53.144132"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:49:53.145584"], ["updated_at", "2016-12-03 03:49:53.145584"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:49:53.146831"], ["updated_at", "2016-12-03 03:49:53.146831"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:49:53.148084"], ["updated_at", "2016-12-03 03:49:53.148084"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:49:53.149291"], ["updated_at", "2016-12-03 03:49:53.149291"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:49:53.150569"], ["updated_at", "2016-12-03 03:49:53.150569"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:49:53.151881"], ["updated_at", "2016-12-03 03:49:53.151881"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:49:53.153271"], ["updated_at", "2016-12-03 03:49:53.153271"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:49:53.154686"], ["updated_at", "2016-12-03 03:49:53.154686"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:49:53.156258"], ["updated_at", "2016-12-03 03:49:53.156258"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:49:53.157479"], ["updated_at", "2016-12-03 03:49:53.157479"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:49:53.158905"], ["updated_at", "2016-12-03 03:49:53.158905"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:49:53.160241"], ["updated_at", "2016-12-03 03:49:53.160241"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:49:53.161937"], ["updated_at", "2016-12-03 03:49:53.161937"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:49:53.163261"], ["updated_at", "2016-12-03 03:49:53.163261"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:49:53.164651"], ["updated_at", "2016-12-03 03:49:53.164651"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:49:53.165922"], ["updated_at", "2016-12-03 03:49:53.165922"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:49:53.167217"], ["updated_at", "2016-12-03 03:49:53.167217"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:49:53.168549"], ["updated_at", "2016-12-03 03:49:53.168549"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:49:53.169780"], ["updated_at", "2016-12-03 03:49:53.169780"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:49:53.171883"], ["updated_at", "2016-12-03 03:49:53.171883"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:49:53.173793"], ["updated_at", "2016-12-03 03:49:53.173793"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:49:53.175617"], ["updated_at", "2016-12-03 03:49:53.175617"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:49:53.194659"], ["updated_at", "2016-12-03 03:49:53.194659"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:49:53.196278"], ["updated_at", "2016-12-03 03:49:53.196278"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:49:53.197832"], ["updated_at", "2016-12-03 03:49:53.197832"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.2ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (29.8ms)
Completed 200 OK in 34ms (Views: 30.1ms | ActiveRecord: 1.6ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:53.272471"], ["updated_at", "2016-12-03 03:49:53.272471"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.5ms)
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.1ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:53.309797"], ["updated_at", "2016-12-03 03:49:53.309797"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 0.9ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.5ms)
  Rendered google/index.html.erb within layouts/application (4.0ms)
Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:53.322199"], ["updated_at", "2016-12-03 03:49:53.322199"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:49:53.326123"], ["updated_at", "2016-12-03 03:49:53.326123"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:49:53.327634"], ["updated_at", "2016-12-03 03:49:53.327634"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:49:53.328900"], ["updated_at", "2016-12-03 03:49:53.328900"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:49:53.330216"], ["updated_at", "2016-12-03 03:49:53.330216"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:49:53.331510"], ["updated_at", "2016-12-03 03:49:53.331510"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:49:53.332825"], ["updated_at", "2016-12-03 03:49:53.332825"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:49:53.334092"], ["updated_at", "2016-12-03 03:49:53.334092"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:49:53.335446"], ["updated_at", "2016-12-03 03:49:53.335446"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:49:53.336714"], ["updated_at", "2016-12-03 03:49:53.336714"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:49:53.338178"], ["updated_at", "2016-12-03 03:49:53.338178"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:49:53.339504"], ["updated_at", "2016-12-03 03:49:53.339504"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:49:53.340861"], ["updated_at", "2016-12-03 03:49:53.340861"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:49:53.342187"], ["updated_at", "2016-12-03 03:49:53.342187"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:49:53.343446"], ["updated_at", "2016-12-03 03:49:53.343446"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:49:53.344739"], ["updated_at", "2016-12-03 03:49:53.344739"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:49:53.346015"], ["updated_at", "2016-12-03 03:49:53.346015"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:49:53.347344"], ["updated_at", "2016-12-03 03:49:53.347344"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:49:53.348697"], ["updated_at", "2016-12-03 03:49:53.348697"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:49:53.349951"], ["updated_at", "2016-12-03 03:49:53.349951"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:49:53.351273"], ["updated_at", "2016-12-03 03:49:53.351273"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:49:53.352691"], ["updated_at", "2016-12-03 03:49:53.352691"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:49:53.354846"], ["updated_at", "2016-12-03 03:49:53.354846"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:49:53.357102"], ["updated_at", "2016-12-03 03:49:53.357102"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:49:53.359494"], ["updated_at", "2016-12-03 03:49:53.359494"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.4ms)
Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.6ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:49:53.382229"], ["updated_at", "2016-12-03 03:49:53.382229"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:49:53.383853"], ["updated_at", "2016-12-03 03:49:53.383853"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:49:53.385344"], ["updated_at", "2016-12-03 03:49:53.385344"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (30.9ms)
Completed 200 OK in 35ms (Views: 31.1ms | ActiveRecord: 1.6ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:53.457113"], ["updated_at", "2016-12-03 03:49:53.457113"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.5ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:53.496989"], ["updated_at", "2016-12-03 03:49:53.496989"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.5ms)
  Rendered google/index.html.erb within layouts/application (5.0ms)
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:53.511110"], ["updated_at", "2016-12-03 03:49:53.511110"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:49:53.514676"], ["updated_at", "2016-12-03 03:49:53.514676"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:49:53.516236"], ["updated_at", "2016-12-03 03:49:53.516236"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:49:53.517566"], ["updated_at", "2016-12-03 03:49:53.517566"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:49:53.519026"], ["updated_at", "2016-12-03 03:49:53.519026"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:49:53.520533"], ["updated_at", "2016-12-03 03:49:53.520533"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:49:53.521960"], ["updated_at", "2016-12-03 03:49:53.521960"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:49:53.523347"], ["updated_at", "2016-12-03 03:49:53.523347"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:49:53.524755"], ["updated_at", "2016-12-03 03:49:53.524755"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:49:53.526184"], ["updated_at", "2016-12-03 03:49:53.526184"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:49:53.527622"], ["updated_at", "2016-12-03 03:49:53.527622"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:49:53.528960"], ["updated_at", "2016-12-03 03:49:53.528960"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:49:53.530411"], ["updated_at", "2016-12-03 03:49:53.530411"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:49:53.531773"], ["updated_at", "2016-12-03 03:49:53.531773"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:49:53.533125"], ["updated_at", "2016-12-03 03:49:53.533125"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:49:53.534451"], ["updated_at", "2016-12-03 03:49:53.534451"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:49:53.535791"], ["updated_at", "2016-12-03 03:49:53.535791"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:49:53.537182"], ["updated_at", "2016-12-03 03:49:53.537182"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:49:53.538565"], ["updated_at", "2016-12-03 03:49:53.538565"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:49:53.540094"], ["updated_at", "2016-12-03 03:49:53.540094"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:49:53.541482"], ["updated_at", "2016-12-03 03:49:53.541482"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:49:53.542781"], ["updated_at", "2016-12-03 03:49:53.542781"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:49:53.544927"], ["updated_at", "2016-12-03 03:49:53.544927"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:49:53.546972"], ["updated_at", "2016-12-03 03:49:53.546972"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:49:53.549022"], ["updated_at", "2016-12-03 03:49:53.549022"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.9ms)
Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:49:53.569312"], ["updated_at", "2016-12-03 03:49:53.569312"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:49:53.571045"], ["updated_at", "2016-12-03 03:49:53.571045"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:49:53.572589"], ["updated_at", "2016-12-03 03:49:53.572589"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (30.7ms)
Completed 200 OK in 35ms (Views: 31.0ms | ActiveRecord: 1.6ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.9ms)
Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:53.645083"], ["updated_at", "2016-12-03 03:49:53.645083"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.4ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:53.679439"], ["updated_at", "2016-12-03 03:49:53.679439"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.4ms)
  Rendered google/index.html.erb within layouts/application (3.9ms)
Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:49:53.692450"], ["updated_at", "2016-12-03 03:49:53.692450"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:49:53.696369"], ["updated_at", "2016-12-03 03:49:53.696369"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:49:53.697665"], ["updated_at", "2016-12-03 03:49:53.697665"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:49:53.698839"], ["updated_at", "2016-12-03 03:49:53.698839"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:49:53.700048"], ["updated_at", "2016-12-03 03:49:53.700048"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:49:53.701222"], ["updated_at", "2016-12-03 03:49:53.701222"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:49:53.702382"], ["updated_at", "2016-12-03 03:49:53.702382"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:49:53.703569"], ["updated_at", "2016-12-03 03:49:53.703569"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:49:53.704762"], ["updated_at", "2016-12-03 03:49:53.704762"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:49:53.705917"], ["updated_at", "2016-12-03 03:49:53.705917"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:49:53.707096"], ["updated_at", "2016-12-03 03:49:53.707096"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:49:53.708268"], ["updated_at", "2016-12-03 03:49:53.708268"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:49:53.709421"], ["updated_at", "2016-12-03 03:49:53.709421"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:49:53.710606"], ["updated_at", "2016-12-03 03:49:53.710606"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:49:53.711783"], ["updated_at", "2016-12-03 03:49:53.711783"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:49:53.712940"], ["updated_at", "2016-12-03 03:49:53.712940"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:49:53.714101"], ["updated_at", "2016-12-03 03:49:53.714101"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:49:53.715295"], ["updated_at", "2016-12-03 03:49:53.715295"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:49:53.716459"], ["updated_at", "2016-12-03 03:49:53.716459"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:49:53.717621"], ["updated_at", "2016-12-03 03:49:53.717621"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:49:53.718812"], ["updated_at", "2016-12-03 03:49:53.718812"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:49:53.719982"], ["updated_at", "2016-12-03 03:49:53.719982"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:49:53.721950"], ["updated_at", "2016-12-03 03:49:53.721950"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:49:53.723782"], ["updated_at", "2016-12-03 03:49:53.723782"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:49:53.725516"], ["updated_at", "2016-12-03 03:49:53.725516"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:49:53.744448"], ["updated_at", "2016-12-03 03:49:53.744448"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:49:53.745904"], ["updated_at", "2016-12-03 03:49:53.745904"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:49:53.747243"], ["updated_at", "2016-12-03 03:49:53.747243"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:49:53 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (28.2ms)
Completed 200 OK in 32ms (Views: 28.2ms | ActiveRecord: 1.5ms)
   (0.2ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:11 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.7ms)
  Rendered login/index.html.erb within layouts/application (6.9ms)
Completed 200 OK in 354ms (Views: 336.4ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:11 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:11 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (35.7ms)
Completed 200 OK in 53ms (Views: 41.8ms | ActiveRecord: 1.7ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:50:11 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered projects/new.html.erb within layouts/application (2.8ms)
Completed 200 OK in 17ms (Views: 14.9ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Bob%27s+Bakery" for 127.0.0.1 at 2016-12-03 03:50:11 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Bob's Bakery"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.5ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Bob's Bakery"], ["created_at", "2016-12-03 03:50:11.917049"], ["updated_at", "2016-12-03 03:50:11.917049"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 41ms (ActiveRecord: 1.1ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:50:11 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
   (0.2ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (6.9ms)
Completed 200 OK in 17ms (Views: 14.2ms | ActiveRecord: 0.3ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (1.2ms)
  Rendered login/index.html.erb within layouts/application (1.7ms)
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (7.9ms)
Completed 200 OK in 25ms (Views: 23.1ms | ActiveRecord: 0.7ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.6ms)
Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.5ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.5ms)
Completed 200 OK in 10ms (Views: 7.7ms | ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (9.5ms)
  Rendered google/index.html.erb within layouts/application (11.2ms)
Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "groups"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:50:12.676056"], ["updated_at", "2016-12-03 03:50:12.676056"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:50:12.678105"], ["updated_at", "2016-12-03 03:50:12.678105"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 40ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.5ms)
  Rendered google/index.html.erb within layouts/application (5.0ms)
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.6ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.1ms)
  Rendered google/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:50:12.775912"], ["updated_at", "2016-12-03 03:50:12.775912"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:50:12.777753"], ["updated_at", "2016-12-03 03:50:12.777753"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 19ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.5ms)
  Rendered google/index.html.erb within layouts/application (4.0ms)
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.9ms)
Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:12.843169"], ["updated_at", "2016-12-03 03:50:12.843169"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.6ms)
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:12.884383"], ["updated_at", "2016-12-03 03:50:12.884383"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 8ms (ActiveRecord: 1.1ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.3ms)
  Rendered google/index.html.erb within layouts/application (4.9ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:12.900729"], ["updated_at", "2016-12-03 03:50:12.900729"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:50:12.906264"], ["updated_at", "2016-12-03 03:50:12.906264"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:50:12.908273"], ["updated_at", "2016-12-03 03:50:12.908273"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:50:12.909443"], ["updated_at", "2016-12-03 03:50:12.909443"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:50:12.910682"], ["updated_at", "2016-12-03 03:50:12.910682"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:50:12.912303"], ["updated_at", "2016-12-03 03:50:12.912303"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:50:12.913550"], ["updated_at", "2016-12-03 03:50:12.913550"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:50:12.915171"], ["updated_at", "2016-12-03 03:50:12.915171"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:50:12.916794"], ["updated_at", "2016-12-03 03:50:12.916794"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:50:12.918100"], ["updated_at", "2016-12-03 03:50:12.918100"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:50:12.919424"], ["updated_at", "2016-12-03 03:50:12.919424"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:50:12.920766"], ["updated_at", "2016-12-03 03:50:12.920766"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:50:12.922554"], ["updated_at", "2016-12-03 03:50:12.922554"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:50:12.924464"], ["updated_at", "2016-12-03 03:50:12.924464"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:50:12.926251"], ["updated_at", "2016-12-03 03:50:12.926251"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:50:12.928249"], ["updated_at", "2016-12-03 03:50:12.928249"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:50:12.930129"], ["updated_at", "2016-12-03 03:50:12.930129"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:50:12.931816"], ["updated_at", "2016-12-03 03:50:12.931816"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:50:12.933096"], ["updated_at", "2016-12-03 03:50:12.933096"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:50:12.934340"], ["updated_at", "2016-12-03 03:50:12.934340"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:50:12.935572"], ["updated_at", "2016-12-03 03:50:12.935572"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:50:12.936743"], ["updated_at", "2016-12-03 03:50:12.936743"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:50:12.938971"], ["updated_at", "2016-12-03 03:50:12.938971"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:50:12.940963"], ["updated_at", "2016-12-03 03:50:12.940963"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:50:12.942746"], ["updated_at", "2016-12-03 03:50:12.942746"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."force_matched_project_id" = ? LIMIT 1  [["force_matched_project_id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  UPDATE "groups" SET "force_matched_project_id" = ?, "updated_at" = ? WHERE "groups"."id" = ?  [["force_matched_project_id", 1], ["updated_at", "2016-12-03 03:50:12.970137"], ["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.6ms)
Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:50:12 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 1], ["created_at", "2016-12-03 03:50:13.004991"], ["updated_at", "2016-12-03 03:50:13.004991"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:50:13.009459"], ["updated_at", "2016-12-03 03:50:13.009459"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:50:13.011322"], ["updated_at", "2016-12-03 03:50:13.011322"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 16ms (ActiveRecord: 1.4ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (45.1ms)
Completed 200 OK in 55ms (Views: 45.4ms | ActiveRecord: 2.0ms)
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered login/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#index as HTML
  Match Load (0.3ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 9ms (Views: 6.6ms | ActiveRecord: 0.7ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (6.2ms)
  Rendered google/index.html.erb within layouts/application (7.0ms)
Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.5ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (5.6ms)
  Rendered google/index.html.erb within layouts/application (6.2ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.0ms)
Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.6ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (1.3ms)
Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.2ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.4ms)
Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.6ms)
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:13.276735"], ["updated_at", "2016-12-03 03:50:13.276735"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.5ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:13.320191"], ["updated_at", "2016-12-03 03:50:13.320191"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 10ms (ActiveRecord: 1.2ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.2ms)
  Rendered google/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:13.336630"], ["updated_at", "2016-12-03 03:50:13.336630"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:50:13.341119"], ["updated_at", "2016-12-03 03:50:13.341119"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:50:13.342442"], ["updated_at", "2016-12-03 03:50:13.342442"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:50:13.343829"], ["updated_at", "2016-12-03 03:50:13.343829"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:50:13.345058"], ["updated_at", "2016-12-03 03:50:13.345058"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:50:13.346290"], ["updated_at", "2016-12-03 03:50:13.346290"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:50:13.347552"], ["updated_at", "2016-12-03 03:50:13.347552"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:50:13.348745"], ["updated_at", "2016-12-03 03:50:13.348745"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:50:13.350043"], ["updated_at", "2016-12-03 03:50:13.350043"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:50:13.351224"], ["updated_at", "2016-12-03 03:50:13.351224"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:50:13.352493"], ["updated_at", "2016-12-03 03:50:13.352493"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:50:13.353887"], ["updated_at", "2016-12-03 03:50:13.353887"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:50:13.355333"], ["updated_at", "2016-12-03 03:50:13.355333"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:50:13.356507"], ["updated_at", "2016-12-03 03:50:13.356507"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:50:13.357766"], ["updated_at", "2016-12-03 03:50:13.357766"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:50:13.358924"], ["updated_at", "2016-12-03 03:50:13.358924"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:50:13.360145"], ["updated_at", "2016-12-03 03:50:13.360145"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:50:13.361274"], ["updated_at", "2016-12-03 03:50:13.361274"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:50:13.362460"], ["updated_at", "2016-12-03 03:50:13.362460"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:50:13.363702"], ["updated_at", "2016-12-03 03:50:13.363702"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:50:13.364834"], ["updated_at", "2016-12-03 03:50:13.364834"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:50:13.366003"], ["updated_at", "2016-12-03 03:50:13.366003"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:50:13.368058"], ["updated_at", "2016-12-03 03:50:13.368058"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:50:13.369862"], ["updated_at", "2016-12-03 03:50:13.369862"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:50:13.371649"], ["updated_at", "2016-12-03 03:50:13.371649"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 5]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (8.3ms)
Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.9ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓", "delete"=>{"2"=>"1"}}
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
   (0.1ms)  SAVEPOINT active_record_1
  Match Load (0.2ms)  SELECT  "matches".* FROM "matches" WHERE "matches"."group_id" = ? LIMIT 1  [["group_id", 2]]
  SQL (0.1ms)  DELETE FROM "groups" WHERE "groups"."id" = ?  [["id", 2]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/groups
Completed 302 Found in 5ms (ActiveRecord: 0.7ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (4.4ms)
Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.6ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.5ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓"}
Redirected to http://www.example.com/groups
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.5ms)
Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.4ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.0ms)
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:13.502666"], ["updated_at", "2016-12-03 03:50:13.502666"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.4ms)
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:13.542499"], ["updated_at", "2016-12-03 03:50:13.542499"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.5ms)
  Rendered google/index.html.erb within layouts/application (4.0ms)
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:13.555336"], ["updated_at", "2016-12-03 03:50:13.555336"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:50:13.559719"], ["updated_at", "2016-12-03 03:50:13.559719"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:50:13.561574"], ["updated_at", "2016-12-03 03:50:13.561574"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:50:13.563229"], ["updated_at", "2016-12-03 03:50:13.563229"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:50:13.564923"], ["updated_at", "2016-12-03 03:50:13.564923"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:50:13.566632"], ["updated_at", "2016-12-03 03:50:13.566632"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:50:13.568256"], ["updated_at", "2016-12-03 03:50:13.568256"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:50:13.569450"], ["updated_at", "2016-12-03 03:50:13.569450"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:50:13.570593"], ["updated_at", "2016-12-03 03:50:13.570593"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:50:13.571826"], ["updated_at", "2016-12-03 03:50:13.571826"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:50:13.573022"], ["updated_at", "2016-12-03 03:50:13.573022"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:50:13.574227"], ["updated_at", "2016-12-03 03:50:13.574227"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:50:13.575462"], ["updated_at", "2016-12-03 03:50:13.575462"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:50:13.576714"], ["updated_at", "2016-12-03 03:50:13.576714"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:50:13.577858"], ["updated_at", "2016-12-03 03:50:13.577858"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:50:13.579084"], ["updated_at", "2016-12-03 03:50:13.579084"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:50:13.580455"], ["updated_at", "2016-12-03 03:50:13.580455"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:50:13.581726"], ["updated_at", "2016-12-03 03:50:13.581726"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:50:13.583089"], ["updated_at", "2016-12-03 03:50:13.583089"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:50:13.584330"], ["updated_at", "2016-12-03 03:50:13.584330"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:50:13.585479"], ["updated_at", "2016-12-03 03:50:13.585479"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:50:13.586710"], ["updated_at", "2016-12-03 03:50:13.586710"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:50:13.588868"], ["updated_at", "2016-12-03 03:50:13.588868"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:50:13.590731"], ["updated_at", "2016-12-03 03:50:13.590731"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:50:13.592903"], ["updated_at", "2016-12-03 03:50:13.592903"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.6ms)
Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.6ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:50:13.619102"], ["updated_at", "2016-12-03 03:50:13.619102"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:50:13.620669"], ["updated_at", "2016-12-03 03:50:13.620669"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:50:13.622078"], ["updated_at", "2016-12-03 03:50:13.622078"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 10ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (35.5ms)
Completed 200 OK in 40ms (Views: 35.8ms | ActiveRecord: 1.7ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (33.0ms)
Completed 200 OK in 37ms (Views: 33.3ms | ActiveRecord: 1.6ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:13.746915"], ["updated_at", "2016-12-03 03:50:13.746915"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.9ms)
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:13.795924"], ["updated_at", "2016-12-03 03:50:13.795924"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.9ms)
  Rendered google/index.html.erb within layouts/application (5.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:13.812699"], ["updated_at", "2016-12-03 03:50:13.812699"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:50:13.817941"], ["updated_at", "2016-12-03 03:50:13.817941"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:50:13.819456"], ["updated_at", "2016-12-03 03:50:13.819456"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:50:13.821230"], ["updated_at", "2016-12-03 03:50:13.821230"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:50:13.822606"], ["updated_at", "2016-12-03 03:50:13.822606"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:50:13.823860"], ["updated_at", "2016-12-03 03:50:13.823860"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:50:13.825229"], ["updated_at", "2016-12-03 03:50:13.825229"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:50:13.826671"], ["updated_at", "2016-12-03 03:50:13.826671"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:50:13.828224"], ["updated_at", "2016-12-03 03:50:13.828224"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:50:13.829629"], ["updated_at", "2016-12-03 03:50:13.829629"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:50:13.831087"], ["updated_at", "2016-12-03 03:50:13.831087"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:50:13.832960"], ["updated_at", "2016-12-03 03:50:13.832960"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:50:13.834603"], ["updated_at", "2016-12-03 03:50:13.834603"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:50:13.836428"], ["updated_at", "2016-12-03 03:50:13.836428"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:50:13.838321"], ["updated_at", "2016-12-03 03:50:13.838321"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:50:13.840223"], ["updated_at", "2016-12-03 03:50:13.840223"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:50:13.841526"], ["updated_at", "2016-12-03 03:50:13.841526"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:50:13.843023"], ["updated_at", "2016-12-03 03:50:13.843023"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:50:13.844639"], ["updated_at", "2016-12-03 03:50:13.844639"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:50:13.845993"], ["updated_at", "2016-12-03 03:50:13.845993"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:50:13.847639"], ["updated_at", "2016-12-03 03:50:13.847639"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:50:13.849120"], ["updated_at", "2016-12-03 03:50:13.849120"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:50:13.851705"], ["updated_at", "2016-12-03 03:50:13.851705"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:50:13.854633"], ["updated_at", "2016-12-03 03:50:13.854633"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:50:13.857494"], ["updated_at", "2016-12-03 03:50:13.857494"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (5.6ms)
Completed 200 OK in 10ms (Views: 7.4ms | ActiveRecord: 0.7ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:50:13.889508"], ["updated_at", "2016-12-03 03:50:13.889508"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:50:13.892086"], ["updated_at", "2016-12-03 03:50:13.892086"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:50:13.894156"], ["updated_at", "2016-12-03 03:50:13.894156"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 13ms (ActiveRecord: 1.4ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (46.2ms)
Completed 200 OK in 53ms (Views: 47.0ms | ActiveRecord: 2.2ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:50:13.978609"], ["updated_at", "2016-12-03 03:50:13.978609"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:50:13.985142"], ["updated_at", "2016-12-03 03:50:13.985142"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:50:13.988298"], ["updated_at", "2016-12-03 03:50:13.988298"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 17ms (ActiveRecord: 1.3ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:13 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (45.4ms)
Completed 200 OK in 51ms (Views: 45.5ms | ActiveRecord: 2.3ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (19.5ms)
Completed 200 OK in 24ms (Views: 21.7ms | ActiveRecord: 0.8ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.5ms)
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.1ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.6ms)
Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.5ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
   (0.2ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.5ms)
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered projects/new.html.erb within layouts/application (0.9ms)
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Test+Project" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Test Project"}
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Test Project"], ["created_at", "2016-12-03 03:50:14.190452"], ["updated_at", "2016-12-03 03:50:14.190452"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
   (0.2ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (2.3ms)
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.3ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.1ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.1ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.8ms)
Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.8ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:14.247663"], ["updated_at", "2016-12-03 03:50:14.247663"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.9ms)
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:14.296823"], ["updated_at", "2016-12-03 03:50:14.296823"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 8ms (ActiveRecord: 1.1ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (7.0ms)
  Rendered google/index.html.erb within layouts/application (7.9ms)
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:14.320083"], ["updated_at", "2016-12-03 03:50:14.320083"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:50:14.325578"], ["updated_at", "2016-12-03 03:50:14.325578"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:50:14.327014"], ["updated_at", "2016-12-03 03:50:14.327014"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:50:14.328776"], ["updated_at", "2016-12-03 03:50:14.328776"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:50:14.330305"], ["updated_at", "2016-12-03 03:50:14.330305"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:50:14.332145"], ["updated_at", "2016-12-03 03:50:14.332145"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:50:14.334176"], ["updated_at", "2016-12-03 03:50:14.334176"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:50:14.335739"], ["updated_at", "2016-12-03 03:50:14.335739"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:50:14.337278"], ["updated_at", "2016-12-03 03:50:14.337278"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:50:14.338643"], ["updated_at", "2016-12-03 03:50:14.338643"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.5ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:50:14.340228"], ["updated_at", "2016-12-03 03:50:14.340228"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:50:14.342136"], ["updated_at", "2016-12-03 03:50:14.342136"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:50:14.344186"], ["updated_at", "2016-12-03 03:50:14.344186"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:50:14.345862"], ["updated_at", "2016-12-03 03:50:14.345862"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:50:14.347506"], ["updated_at", "2016-12-03 03:50:14.347506"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:50:14.348882"], ["updated_at", "2016-12-03 03:50:14.348882"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:50:14.350355"], ["updated_at", "2016-12-03 03:50:14.350355"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:50:14.352333"], ["updated_at", "2016-12-03 03:50:14.352333"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:50:14.353835"], ["updated_at", "2016-12-03 03:50:14.353835"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:50:14.355153"], ["updated_at", "2016-12-03 03:50:14.355153"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:50:14.356542"], ["updated_at", "2016-12-03 03:50:14.356542"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:50:14.357879"], ["updated_at", "2016-12-03 03:50:14.357879"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:50:14.360215"], ["updated_at", "2016-12-03 03:50:14.360215"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:50:14.362332"], ["updated_at", "2016-12-03 03:50:14.362332"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:50:14.364840"], ["updated_at", "2016-12-03 03:50:14.364840"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:50:14.388186"], ["updated_at", "2016-12-03 03:50:14.388186"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:50:14.390022"], ["updated_at", "2016-12-03 03:50:14.390022"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:50:14.391616"], ["updated_at", "2016-12-03 03:50:14.391616"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 10ms (ActiveRecord: 1.2ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (33.6ms)
Completed 200 OK in 39ms (Views: 33.9ms | ActiveRecord: 1.8ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered matches/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.2ms)
Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:14.478850"], ["updated_at", "2016-12-03 03:50:14.478850"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.5ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.3ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:14.518336"], ["updated_at", "2016-12-03 03:50:14.518336"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (5.4ms)
  Rendered google/index.html.erb within layouts/application (6.1ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:14.537767"], ["updated_at", "2016-12-03 03:50:14.537767"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:50:14.542793"], ["updated_at", "2016-12-03 03:50:14.542793"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:50:14.544286"], ["updated_at", "2016-12-03 03:50:14.544286"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:50:14.545618"], ["updated_at", "2016-12-03 03:50:14.545618"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:50:14.546944"], ["updated_at", "2016-12-03 03:50:14.546944"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:50:14.548272"], ["updated_at", "2016-12-03 03:50:14.548272"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:50:14.549586"], ["updated_at", "2016-12-03 03:50:14.549586"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:50:14.550922"], ["updated_at", "2016-12-03 03:50:14.550922"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:50:14.552344"], ["updated_at", "2016-12-03 03:50:14.552344"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:50:14.553660"], ["updated_at", "2016-12-03 03:50:14.553660"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:50:14.555549"], ["updated_at", "2016-12-03 03:50:14.555549"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:50:14.557597"], ["updated_at", "2016-12-03 03:50:14.557597"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:50:14.559693"], ["updated_at", "2016-12-03 03:50:14.559693"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:50:14.561774"], ["updated_at", "2016-12-03 03:50:14.561774"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:50:14.563918"], ["updated_at", "2016-12-03 03:50:14.563918"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:50:14.566092"], ["updated_at", "2016-12-03 03:50:14.566092"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:50:14.568182"], ["updated_at", "2016-12-03 03:50:14.568182"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:50:14.570375"], ["updated_at", "2016-12-03 03:50:14.570375"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:50:14.572343"], ["updated_at", "2016-12-03 03:50:14.572343"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:50:14.573869"], ["updated_at", "2016-12-03 03:50:14.573869"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:50:14.575142"], ["updated_at", "2016-12-03 03:50:14.575142"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:50:14.576579"], ["updated_at", "2016-12-03 03:50:14.576579"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:50:14.579044"], ["updated_at", "2016-12-03 03:50:14.579044"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:50:14.581204"], ["updated_at", "2016-12-03 03:50:14.581204"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:50:14.583672"], ["updated_at", "2016-12-03 03:50:14.583672"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:50:14.606675"], ["updated_at", "2016-12-03 03:50:14.606675"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:50:14.608364"], ["updated_at", "2016-12-03 03:50:14.608364"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:50:14.610120"], ["updated_at", "2016-12-03 03:50:14.610120"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 10ms (ActiveRecord: 1.3ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (37.9ms)
Completed 200 OK in 44ms (Views: 38.2ms | ActiveRecord: 1.9ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:14.696420"], ["updated_at", "2016-12-03 03:50:14.696420"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.5ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:14.740885"], ["updated_at", "2016-12-03 03:50:14.740885"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 0.9ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.2ms)
  Rendered google/index.html.erb within layouts/application (4.8ms)
Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:50:14.756742"], ["updated_at", "2016-12-03 03:50:14.756742"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:50:14.760633"], ["updated_at", "2016-12-03 03:50:14.760633"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:50:14.762180"], ["updated_at", "2016-12-03 03:50:14.762180"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:50:14.763556"], ["updated_at", "2016-12-03 03:50:14.763556"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:50:14.764864"], ["updated_at", "2016-12-03 03:50:14.764864"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:50:14.766408"], ["updated_at", "2016-12-03 03:50:14.766408"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:50:14.767928"], ["updated_at", "2016-12-03 03:50:14.767928"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:50:14.769292"], ["updated_at", "2016-12-03 03:50:14.769292"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:50:14.770578"], ["updated_at", "2016-12-03 03:50:14.770578"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:50:14.771888"], ["updated_at", "2016-12-03 03:50:14.771888"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:50:14.773180"], ["updated_at", "2016-12-03 03:50:14.773180"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:50:14.774462"], ["updated_at", "2016-12-03 03:50:14.774462"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:50:14.775796"], ["updated_at", "2016-12-03 03:50:14.775796"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:50:14.777286"], ["updated_at", "2016-12-03 03:50:14.777286"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:50:14.778949"], ["updated_at", "2016-12-03 03:50:14.778949"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:50:14.780505"], ["updated_at", "2016-12-03 03:50:14.780505"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:50:14.781891"], ["updated_at", "2016-12-03 03:50:14.781891"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:50:14.783301"], ["updated_at", "2016-12-03 03:50:14.783301"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:50:14.784580"], ["updated_at", "2016-12-03 03:50:14.784580"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:50:14.785878"], ["updated_at", "2016-12-03 03:50:14.785878"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:50:14.787387"], ["updated_at", "2016-12-03 03:50:14.787387"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:50:14.788808"], ["updated_at", "2016-12-03 03:50:14.788808"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:50:14.791116"], ["updated_at", "2016-12-03 03:50:14.791116"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:50:14.793193"], ["updated_at", "2016-12-03 03:50:14.793193"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:50:14.795156"], ["updated_at", "2016-12-03 03:50:14.795156"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.4ms)
Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.6ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:50:14.821379"], ["updated_at", "2016-12-03 03:50:14.821379"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:50:14.823230"], ["updated_at", "2016-12-03 03:50:14.823230"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:50:14.825013"], ["updated_at", "2016-12-03 03:50:14.825013"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 10ms (ActiveRecord: 1.3ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:50:14 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (36.7ms)
Completed 200 OK in 42ms (Views: 36.9ms | ActiveRecord: 1.8ms)
   (0.2ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:42 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.6ms)
  Rendered login/index.html.erb within layouts/application (6.7ms)
Completed 200 OK in 247ms (Views: 237.2ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (20.1ms)
Completed 200 OK in 37ms (Views: 27.2ms | ActiveRecord: 0.7ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (1.0ms)
  Rendered projects/new.html.erb within layouts/application (2.6ms)
Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Bob%27s+Bakery" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Bob's Bakery"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Bob's Bakery"], ["created_at", "2016-12-03 03:55:43.151524"], ["updated_at", "2016-12-03 03:55:43.151524"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 28ms (ActiveRecord: 0.7ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (1.5ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.7ms)
  Rendered login/index.html.erb within layouts/application (1.1ms)
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (6.8ms)
Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.4ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.6ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (8.1ms)
  Rendered google/index.html.erb within layouts/application (9.7ms)
Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "groups"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:55:43.733626"], ["updated_at", "2016-12-03 03:55:43.733626"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:55:43.735638"], ["updated_at", "2016-12-03 03:55:43.735638"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 47ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.8ms)
  Rendered google/index.html.erb within layouts/application (4.3ms)
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.9ms)
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.4ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.8ms)
  Rendered google/index.html.erb within layouts/application (4.3ms)
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:55:43.830129"], ["updated_at", "2016-12-03 03:55:43.830129"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:55:43.831792"], ["updated_at", "2016-12-03 03:55:43.831792"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 38ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.6ms)
  Rendered google/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.7ms)
Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:43.913842"], ["updated_at", "2016-12-03 03:55:43.913842"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.4ms)
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.1ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:43.949846"], ["updated_at", "2016-12-03 03:55:43.949846"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 0.9ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.7ms)
  Rendered google/index.html.erb within layouts/application (4.2ms)
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:43.962155"], ["updated_at", "2016-12-03 03:55:43.962155"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:43 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:55:43.965897"], ["updated_at", "2016-12-03 03:55:43.965897"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:55:43.967293"], ["updated_at", "2016-12-03 03:55:43.967293"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:55:43.968513"], ["updated_at", "2016-12-03 03:55:43.968513"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:55:43.969717"], ["updated_at", "2016-12-03 03:55:43.969717"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:55:43.970991"], ["updated_at", "2016-12-03 03:55:43.970991"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:55:43.972246"], ["updated_at", "2016-12-03 03:55:43.972246"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:55:43.973464"], ["updated_at", "2016-12-03 03:55:43.973464"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:55:43.974656"], ["updated_at", "2016-12-03 03:55:43.974656"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:55:43.975879"], ["updated_at", "2016-12-03 03:55:43.975879"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:55:43.977126"], ["updated_at", "2016-12-03 03:55:43.977126"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:55:43.978333"], ["updated_at", "2016-12-03 03:55:43.978333"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:55:43.979546"], ["updated_at", "2016-12-03 03:55:43.979546"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:55:43.980808"], ["updated_at", "2016-12-03 03:55:43.980808"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:55:43.982016"], ["updated_at", "2016-12-03 03:55:43.982016"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:55:43.983294"], ["updated_at", "2016-12-03 03:55:43.983294"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:55:43.984515"], ["updated_at", "2016-12-03 03:55:43.984515"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:55:43.985740"], ["updated_at", "2016-12-03 03:55:43.985740"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:55:43.986952"], ["updated_at", "2016-12-03 03:55:43.986952"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:55:43.988190"], ["updated_at", "2016-12-03 03:55:43.988190"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:55:43.989391"], ["updated_at", "2016-12-03 03:55:43.989391"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:55:43.990585"], ["updated_at", "2016-12-03 03:55:43.990585"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:55:43.992828"], ["updated_at", "2016-12-03 03:55:43.992828"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:55:43.994795"], ["updated_at", "2016-12-03 03:55:43.994795"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:55:43.996584"], ["updated_at", "2016-12-03 03:55:43.996584"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."force_matched_project_id" = ? LIMIT 1  [["force_matched_project_id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  UPDATE "groups" SET "force_matched_project_id" = ?, "updated_at" = ? WHERE "groups"."id" = ?  [["force_matched_project_id", 1], ["updated_at", "2016-12-03 03:55:44.019009"], ["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.6ms)
Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 1], ["created_at", "2016-12-03 03:55:44.048584"], ["updated_at", "2016-12-03 03:55:44.048584"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:55:44.051471"], ["updated_at", "2016-12-03 03:55:44.051471"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:55:44.052826"], ["updated_at", "2016-12-03 03:55:44.052826"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 12ms (ActiveRecord: 1.2ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (35.4ms)
Completed 200 OK in 45ms (Views: 35.9ms | ActiveRecord: 1.6ms)
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.9ms)
Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.5ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.1ms)
  Rendered google/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.9ms)
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.4ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.7ms)
  Rendered google/index.html.erb within layouts/application (4.2ms)
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.2ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.9ms)
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.4ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (1.3ms)
Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.9ms)
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:44.269364"], ["updated_at", "2016-12-03 03:55:44.269364"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.5ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.6ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:44.304796"], ["updated_at", "2016-12-03 03:55:44.304796"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.6ms)
  Rendered google/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:44.317733"], ["updated_at", "2016-12-03 03:55:44.317733"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:55:44.321334"], ["updated_at", "2016-12-03 03:55:44.321334"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:55:44.322671"], ["updated_at", "2016-12-03 03:55:44.322671"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:55:44.323883"], ["updated_at", "2016-12-03 03:55:44.323883"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:55:44.325087"], ["updated_at", "2016-12-03 03:55:44.325087"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:55:44.326300"], ["updated_at", "2016-12-03 03:55:44.326300"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:55:44.327528"], ["updated_at", "2016-12-03 03:55:44.327528"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:55:44.328759"], ["updated_at", "2016-12-03 03:55:44.328759"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:55:44.330001"], ["updated_at", "2016-12-03 03:55:44.330001"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:55:44.331330"], ["updated_at", "2016-12-03 03:55:44.331330"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:55:44.332621"], ["updated_at", "2016-12-03 03:55:44.332621"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:55:44.333779"], ["updated_at", "2016-12-03 03:55:44.333779"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:55:44.335220"], ["updated_at", "2016-12-03 03:55:44.335220"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:55:44.336558"], ["updated_at", "2016-12-03 03:55:44.336558"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:55:44.337940"], ["updated_at", "2016-12-03 03:55:44.337940"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:55:44.339262"], ["updated_at", "2016-12-03 03:55:44.339262"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:55:44.340451"], ["updated_at", "2016-12-03 03:55:44.340451"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:55:44.341665"], ["updated_at", "2016-12-03 03:55:44.341665"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:55:44.342885"], ["updated_at", "2016-12-03 03:55:44.342885"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:55:44.344117"], ["updated_at", "2016-12-03 03:55:44.344117"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:55:44.345357"], ["updated_at", "2016-12-03 03:55:44.345357"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:55:44.346559"], ["updated_at", "2016-12-03 03:55:44.346559"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:55:44.348626"], ["updated_at", "2016-12-03 03:55:44.348626"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:55:44.350463"], ["updated_at", "2016-12-03 03:55:44.350463"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:55:44.352257"], ["updated_at", "2016-12-03 03:55:44.352257"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 5]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (7.3ms)
Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.8ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓", "delete"=>{"2"=>"1"}}
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
   (0.1ms)  SAVEPOINT active_record_1
  Match Load (0.1ms)  SELECT  "matches".* FROM "matches" WHERE "matches"."group_id" = ? LIMIT 1  [["group_id", 2]]
  SQL (0.1ms)  DELETE FROM "groups" WHERE "groups"."id" = ?  [["id", 2]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/groups
Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (4.2ms)
Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.6ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.5ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓"}
Redirected to http://www.example.com/groups
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.9ms)
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.4ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.8ms)
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:44.469036"], ["updated_at", "2016-12-03 03:55:44.469036"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.4ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.1ms)  SELECT "settings".* FROM "settings"
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:44.503086"], ["updated_at", "2016-12-03 03:55:44.503086"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 0.7ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.5ms)
  Rendered google/index.html.erb within layouts/application (4.0ms)
Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:44.515077"], ["updated_at", "2016-12-03 03:55:44.515077"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:55:44.518461"], ["updated_at", "2016-12-03 03:55:44.518461"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:55:44.519793"], ["updated_at", "2016-12-03 03:55:44.519793"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:55:44.521147"], ["updated_at", "2016-12-03 03:55:44.521147"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:55:44.522390"], ["updated_at", "2016-12-03 03:55:44.522390"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:55:44.523710"], ["updated_at", "2016-12-03 03:55:44.523710"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:55:44.524971"], ["updated_at", "2016-12-03 03:55:44.524971"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:55:44.526231"], ["updated_at", "2016-12-03 03:55:44.526231"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:55:44.527418"], ["updated_at", "2016-12-03 03:55:44.527418"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:55:44.528724"], ["updated_at", "2016-12-03 03:55:44.528724"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:55:44.529977"], ["updated_at", "2016-12-03 03:55:44.529977"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:55:44.531258"], ["updated_at", "2016-12-03 03:55:44.531258"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:55:44.532499"], ["updated_at", "2016-12-03 03:55:44.532499"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:55:44.533804"], ["updated_at", "2016-12-03 03:55:44.533804"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:55:44.535029"], ["updated_at", "2016-12-03 03:55:44.535029"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:55:44.536348"], ["updated_at", "2016-12-03 03:55:44.536348"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:55:44.537554"], ["updated_at", "2016-12-03 03:55:44.537554"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:55:44.538780"], ["updated_at", "2016-12-03 03:55:44.538780"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:55:44.540032"], ["updated_at", "2016-12-03 03:55:44.540032"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:55:44.541234"], ["updated_at", "2016-12-03 03:55:44.541234"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:55:44.542460"], ["updated_at", "2016-12-03 03:55:44.542460"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:55:44.543708"], ["updated_at", "2016-12-03 03:55:44.543708"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:55:44.545744"], ["updated_at", "2016-12-03 03:55:44.545744"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:55:44.547720"], ["updated_at", "2016-12-03 03:55:44.547720"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:55:44.549518"], ["updated_at", "2016-12-03 03:55:44.549518"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.1ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.5ms)
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:55:44.568379"], ["updated_at", "2016-12-03 03:55:44.568379"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:55:44.569797"], ["updated_at", "2016-12-03 03:55:44.569797"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:55:44.571487"], ["updated_at", "2016-12-03 03:55:44.571487"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (29.5ms)
Completed 200 OK in 34ms (Views: 29.9ms | ActiveRecord: 1.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (30.5ms)
Completed 200 OK in 35ms (Views: 30.9ms | ActiveRecord: 1.5ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.0ms)
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:44.685842"], ["updated_at", "2016-12-03 03:55:44.685842"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.4ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.1ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:44.720822"], ["updated_at", "2016-12-03 03:55:44.720822"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.7ms)
  Rendered google/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:44.733596"], ["updated_at", "2016-12-03 03:55:44.733596"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:55:44.737451"], ["updated_at", "2016-12-03 03:55:44.737451"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:55:44.738867"], ["updated_at", "2016-12-03 03:55:44.738867"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:55:44.740104"], ["updated_at", "2016-12-03 03:55:44.740104"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:55:44.741362"], ["updated_at", "2016-12-03 03:55:44.741362"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:55:44.742654"], ["updated_at", "2016-12-03 03:55:44.742654"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:55:44.743901"], ["updated_at", "2016-12-03 03:55:44.743901"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:55:44.745112"], ["updated_at", "2016-12-03 03:55:44.745112"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:55:44.746346"], ["updated_at", "2016-12-03 03:55:44.746346"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:55:44.747587"], ["updated_at", "2016-12-03 03:55:44.747587"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:55:44.748831"], ["updated_at", "2016-12-03 03:55:44.748831"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:55:44.750030"], ["updated_at", "2016-12-03 03:55:44.750030"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:55:44.751307"], ["updated_at", "2016-12-03 03:55:44.751307"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:55:44.752553"], ["updated_at", "2016-12-03 03:55:44.752553"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:55:44.753795"], ["updated_at", "2016-12-03 03:55:44.753795"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:55:44.755046"], ["updated_at", "2016-12-03 03:55:44.755046"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:55:44.756300"], ["updated_at", "2016-12-03 03:55:44.756300"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:55:44.757500"], ["updated_at", "2016-12-03 03:55:44.757500"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:55:44.758736"], ["updated_at", "2016-12-03 03:55:44.758736"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:55:44.759958"], ["updated_at", "2016-12-03 03:55:44.759958"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:55:44.761182"], ["updated_at", "2016-12-03 03:55:44.761182"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:55:44.762484"], ["updated_at", "2016-12-03 03:55:44.762484"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:55:44.764697"], ["updated_at", "2016-12-03 03:55:44.764697"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:55:44.766704"], ["updated_at", "2016-12-03 03:55:44.766704"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:55:44.768661"], ["updated_at", "2016-12-03 03:55:44.768661"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.8ms)
Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:55:44.788844"], ["updated_at", "2016-12-03 03:55:44.788844"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:55:44.790305"], ["updated_at", "2016-12-03 03:55:44.790305"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:55:44.791781"], ["updated_at", "2016-12-03 03:55:44.791781"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (31.4ms)
Completed 200 OK in 36ms (Views: 31.6ms | ActiveRecord: 1.6ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:55:44.844910"], ["updated_at", "2016-12-03 03:55:44.844910"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:55:44.846568"], ["updated_at", "2016-12-03 03:55:44.846568"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:55:44.848173"], ["updated_at", "2016-12-03 03:55:44.848173"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (30.8ms)
Completed 200 OK in 35ms (Views: 31.2ms | ActiveRecord: 1.5ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.2ms)
Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.4ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.1ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.5ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.1ms)
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered projects/new.html.erb within layouts/application (0.7ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Test+Project" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Test Project"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Test Project"], ["created_at", "2016-12-03 03:55:44.988972"], ["updated_at", "2016-12-03 03:55:44.988972"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:55:44 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.5ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:45.030372"], ["updated_at", "2016-12-03 03:55:45.030372"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.6ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:45.067927"], ["updated_at", "2016-12-03 03:55:45.067927"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 0.9ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.6ms)
  Rendered google/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:45.080489"], ["updated_at", "2016-12-03 03:55:45.080489"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:55:45.083875"], ["updated_at", "2016-12-03 03:55:45.083875"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:55:45.085192"], ["updated_at", "2016-12-03 03:55:45.085192"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:55:45.086432"], ["updated_at", "2016-12-03 03:55:45.086432"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:55:45.087803"], ["updated_at", "2016-12-03 03:55:45.087803"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:55:45.089101"], ["updated_at", "2016-12-03 03:55:45.089101"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:55:45.090411"], ["updated_at", "2016-12-03 03:55:45.090411"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:55:45.091869"], ["updated_at", "2016-12-03 03:55:45.091869"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:55:45.093209"], ["updated_at", "2016-12-03 03:55:45.093209"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:55:45.094487"], ["updated_at", "2016-12-03 03:55:45.094487"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:55:45.095841"], ["updated_at", "2016-12-03 03:55:45.095841"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:55:45.097227"], ["updated_at", "2016-12-03 03:55:45.097227"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:55:45.098720"], ["updated_at", "2016-12-03 03:55:45.098720"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:55:45.100012"], ["updated_at", "2016-12-03 03:55:45.100012"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:55:45.101322"], ["updated_at", "2016-12-03 03:55:45.101322"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:55:45.102508"], ["updated_at", "2016-12-03 03:55:45.102508"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:55:45.103777"], ["updated_at", "2016-12-03 03:55:45.103777"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:55:45.104999"], ["updated_at", "2016-12-03 03:55:45.104999"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:55:45.106238"], ["updated_at", "2016-12-03 03:55:45.106238"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:55:45.107485"], ["updated_at", "2016-12-03 03:55:45.107485"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:55:45.108694"], ["updated_at", "2016-12-03 03:55:45.108694"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:55:45.109924"], ["updated_at", "2016-12-03 03:55:45.109924"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:55:45.112011"], ["updated_at", "2016-12-03 03:55:45.112011"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:55:45.113908"], ["updated_at", "2016-12-03 03:55:45.113908"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:55:45.115730"], ["updated_at", "2016-12-03 03:55:45.115730"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.5ms)
Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.4ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:55:45.136105"], ["updated_at", "2016-12-03 03:55:45.136105"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:55:45.137573"], ["updated_at", "2016-12-03 03:55:45.137573"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:55:45.138984"], ["updated_at", "2016-12-03 03:55:45.138984"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.1ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (31.9ms)
Completed 200 OK in 36ms (Views: 31.8ms | ActiveRecord: 1.6ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered matches/index.html.erb within layouts/application (0.3ms)
Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.0ms)
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:45.211466"], ["updated_at", "2016-12-03 03:55:45.211466"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.4ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.1ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:45.246187"], ["updated_at", "2016-12-03 03:55:45.246187"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 5ms (ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered google/_not_authorized.html.erb (3.4ms)
  Rendered google/index.html.erb within layouts/application (3.9ms)
Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:45.257806"], ["updated_at", "2016-12-03 03:55:45.257806"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:55:45.261193"], ["updated_at", "2016-12-03 03:55:45.261193"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:55:45.262530"], ["updated_at", "2016-12-03 03:55:45.262530"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:55:45.263726"], ["updated_at", "2016-12-03 03:55:45.263726"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:55:45.265029"], ["updated_at", "2016-12-03 03:55:45.265029"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:55:45.266310"], ["updated_at", "2016-12-03 03:55:45.266310"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:55:45.267718"], ["updated_at", "2016-12-03 03:55:45.267718"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:55:45.268993"], ["updated_at", "2016-12-03 03:55:45.268993"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:55:45.270198"], ["updated_at", "2016-12-03 03:55:45.270198"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:55:45.271453"], ["updated_at", "2016-12-03 03:55:45.271453"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:55:45.272766"], ["updated_at", "2016-12-03 03:55:45.272766"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:55:45.274001"], ["updated_at", "2016-12-03 03:55:45.274001"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:55:45.275228"], ["updated_at", "2016-12-03 03:55:45.275228"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:55:45.276454"], ["updated_at", "2016-12-03 03:55:45.276454"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:55:45.277710"], ["updated_at", "2016-12-03 03:55:45.277710"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:55:45.278956"], ["updated_at", "2016-12-03 03:55:45.278956"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:55:45.280173"], ["updated_at", "2016-12-03 03:55:45.280173"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:55:45.281401"], ["updated_at", "2016-12-03 03:55:45.281401"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:55:45.282642"], ["updated_at", "2016-12-03 03:55:45.282642"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:55:45.284013"], ["updated_at", "2016-12-03 03:55:45.284013"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:55:45.285438"], ["updated_at", "2016-12-03 03:55:45.285438"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:55:45.286806"], ["updated_at", "2016-12-03 03:55:45.286806"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:55:45.289055"], ["updated_at", "2016-12-03 03:55:45.289055"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:55:45.291177"], ["updated_at", "2016-12-03 03:55:45.291177"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:55:45.293574"], ["updated_at", "2016-12-03 03:55:45.293574"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.8ms)
Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:55:45.313650"], ["updated_at", "2016-12-03 03:55:45.313650"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:55:45.315215"], ["updated_at", "2016-12-03 03:55:45.315215"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:55:45.316942"], ["updated_at", "2016-12-03 03:55:45.316942"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (29.6ms)
Completed 200 OK in 34ms (Views: 29.8ms | ActiveRecord: 1.5ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered matches/index.html.erb within layouts/application (0.3ms)
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:45.386755"], ["updated_at", "2016-12-03 03:55:45.386755"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.4ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.1ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:45.424431"], ["updated_at", "2016-12-03 03:55:45.424431"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.9ms)
  Rendered google/index.html.erb within layouts/application (4.4ms)
Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:55:45.437863"], ["updated_at", "2016-12-03 03:55:45.437863"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:55:45.441501"], ["updated_at", "2016-12-03 03:55:45.441501"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:55:45.442931"], ["updated_at", "2016-12-03 03:55:45.442931"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:55:45.444251"], ["updated_at", "2016-12-03 03:55:45.444251"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:55:45.445561"], ["updated_at", "2016-12-03 03:55:45.445561"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:55:45.446869"], ["updated_at", "2016-12-03 03:55:45.446869"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:55:45.448217"], ["updated_at", "2016-12-03 03:55:45.448217"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:55:45.449435"], ["updated_at", "2016-12-03 03:55:45.449435"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:55:45.450693"], ["updated_at", "2016-12-03 03:55:45.450693"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:55:45.452008"], ["updated_at", "2016-12-03 03:55:45.452008"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:55:45.453260"], ["updated_at", "2016-12-03 03:55:45.453260"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:55:45.454511"], ["updated_at", "2016-12-03 03:55:45.454511"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:55:45.455911"], ["updated_at", "2016-12-03 03:55:45.455911"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:55:45.457467"], ["updated_at", "2016-12-03 03:55:45.457467"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:55:45.458849"], ["updated_at", "2016-12-03 03:55:45.458849"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:55:45.460111"], ["updated_at", "2016-12-03 03:55:45.460111"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:55:45.461321"], ["updated_at", "2016-12-03 03:55:45.461321"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:55:45.462574"], ["updated_at", "2016-12-03 03:55:45.462574"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:55:45.463925"], ["updated_at", "2016-12-03 03:55:45.463925"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:55:45.465178"], ["updated_at", "2016-12-03 03:55:45.465178"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:55:45.466356"], ["updated_at", "2016-12-03 03:55:45.466356"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:55:45.467803"], ["updated_at", "2016-12-03 03:55:45.467803"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:55:45.469972"], ["updated_at", "2016-12-03 03:55:45.469972"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:55:45.472020"], ["updated_at", "2016-12-03 03:55:45.472020"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:55:45.473866"], ["updated_at", "2016-12-03 03:55:45.473866"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.6ms)
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:55:45.493214"], ["updated_at", "2016-12-03 03:55:45.493214"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:55:45.494862"], ["updated_at", "2016-12-03 03:55:45.494862"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:55:45.496515"], ["updated_at", "2016-12-03 03:55:45.496515"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:55:45 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (29.1ms)
Completed 200 OK in 33ms (Views: 29.2ms | ActiveRecord: 1.4ms)
   (0.2ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
   (0.2ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.4ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:56:11.267284"], ["updated_at", "2016-12-03 03:56:11.267284"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", nil]]
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.2ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:56:11.308265"], ["updated_at", "2016-12-03 03:56:11.308265"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 1], ["project_id", 1], ["created_at", "2016-12-03 03:56:11.318913"], ["updated_at", "2016-12-03 03:56:11.318913"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 2], ["created_at", "2016-12-03 03:56:11.320868"], ["updated_at", "2016-12-03 03:56:11.320868"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 1], ["project_id", 1], ["created_at", "2016-12-03 03:56:11.325531"], ["updated_at", "2016-12-03 03:56:11.325531"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 2], ["created_at", "2016-12-03 03:56:11.327861"], ["updated_at", "2016-12-03 03:56:11.327861"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 3], ["created_at", "2016-12-03 03:56:11.329617"], ["updated_at", "2016-12-03 03:56:11.329617"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project1"], ["id", 1], ["created_at", "2016-12-03 03:56:11.334122"], ["updated_at", "2016-12-03 03:56:11.334122"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project2"], ["id", 2], ["created_at", "2016-12-03 03:56:11.336516"], ["updated_at", "2016-12-03 03:56:11.336516"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project3"], ["id", 3], ["created_at", "2016-12-03 03:56:11.337924"], ["updated_at", "2016-12-03 03:56:11.337924"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project4"], ["id", 4], ["created_at", "2016-12-03 03:56:11.339345"], ["updated_at", "2016-12-03 03:56:11.339345"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project5"], ["id", 5], ["created_at", "2016-12-03 03:56:11.340708"], ["updated_at", "2016-12-03 03:56:11.340708"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project6"], ["id", 6], ["created_at", "2016-12-03 03:56:11.342129"], ["updated_at", "2016-12-03 03:56:11.342129"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project7"], ["id", 7], ["created_at", "2016-12-03 03:56:11.343452"], ["updated_at", "2016-12-03 03:56:11.343452"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project8"], ["id", 8], ["created_at", "2016-12-03 03:56:11.345108"], ["updated_at", "2016-12-03 03:56:11.345108"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:56:11.346967"], ["updated_at", "2016-12-03 03:56:11.346967"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 5]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 6]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 8]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:56:11.400657"], ["updated_at", "2016-12-03 03:56:11.400657"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Projects?
200
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Projects == 200 (392220 bytes) 352ms>
Success - #<Google::Apis::SheetsV4::ValueRange:0x0000000120c258
 @major_dimension="ROWS",
 @range="Projects!A1:Y50004",
 @values=
  [["Project ID", "Project Name"],
   ["1", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"],
   ["2", "Alzheimer's Greater Los Angeles"],
   ["3", "American Red Cross at Cal"],
   ["4", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"],
   ["5", "AsylumConnect"],
   ["6", "Breathe California"],
   ["7", "California Poets in the Schools"],
   ["8", "China US Culture Exchange Center"],
   ["9", "CITY DOG SHARE (Calendar App)"],
   ["10", "CITY DOG SHARE (Dog Profile App)"],
   ["11", "CommunityGrows"],
   ["12", "Da-Tong Society of China Studies"],
   ["13", "Effective Altruists of Berkeley"],
   ["14", "Engineers Without Borders - San Francisco Professional Chapter"],
   ["15", "esential"],
   ["16", "Faludi Design"],
   ["17", "health4theworld.org"],
   ["18", "In the Potters Hands"],
   ["19", "Institute of Personality and Social Research"],
   ["20", "IntegrateNYC4Me"],
   ["21", "ORAM"],
   ["22", "Orinda Police Department"],
   ["23", "San Francisco Bay Bird observatory"],
   ["24", "Sankara Eye Foundation"],
   ["25", "TAGS (Hint Creation)"],
   ["26", "TAGS (Model Creation)"],
   ["27", "The Arctic Institute"],
   ["28", "UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)"],
   ["29", "UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["30", "UC Berkeley - EECS Department - CS 169 (ProjectScope)"],
   ["31", "UC Berkeley - EECS Department - CS 169 (Team Enrollment)"],
   ["32", "UC Berkeley Family Student Housing"],
   ["33", "UC Berkeley: Educational Technology Services"],
   ["34", "Visionaria Network"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"]]>

  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:56:13.760872"], ["updated_at", "2016-12-03 03:56:13.760872"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:56:13.762840"], ["updated_at", "2016-12-03 03:56:13.762840"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:56:13.764106"], ["updated_at", "2016-12-03 03:56:13.764106"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:56:13.765361"], ["updated_at", "2016-12-03 03:56:13.765361"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:56:13.766602"], ["updated_at", "2016-12-03 03:56:13.766602"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:56:13.767883"], ["updated_at", "2016-12-03 03:56:13.767883"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:56:13.769106"], ["updated_at", "2016-12-03 03:56:13.769106"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:56:13.770369"], ["updated_at", "2016-12-03 03:56:13.770369"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:56:13.771621"], ["updated_at", "2016-12-03 03:56:13.771621"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:56:13.772894"], ["updated_at", "2016-12-03 03:56:13.772894"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:56:13.774150"], ["updated_at", "2016-12-03 03:56:13.774150"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:56:13.775481"], ["updated_at", "2016-12-03 03:56:13.775481"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:56:13.776742"], ["updated_at", "2016-12-03 03:56:13.776742"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:56:13.778015"], ["updated_at", "2016-12-03 03:56:13.778015"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:56:13.779300"], ["updated_at", "2016-12-03 03:56:13.779300"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:56:13.780530"], ["updated_at", "2016-12-03 03:56:13.780530"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:56:13.781774"], ["updated_at", "2016-12-03 03:56:13.781774"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:56:13.783001"], ["updated_at", "2016-12-03 03:56:13.783001"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:56:13.784290"], ["updated_at", "2016-12-03 03:56:13.784290"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:56:13.785528"], ["updated_at", "2016-12-03 03:56:13.785528"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:56:13.786788"], ["updated_at", "2016-12-03 03:56:13.786788"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 22], ["project_name", "Orinda Police Department"], ["created_at", "2016-12-03 03:56:13.788047"], ["updated_at", "2016-12-03 03:56:13.788047"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 23], ["project_name", "San Francisco Bay Bird observatory"], ["created_at", "2016-12-03 03:56:13.789322"], ["updated_at", "2016-12-03 03:56:13.789322"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 24], ["project_name", "Sankara Eye Foundation"], ["created_at", "2016-12-03 03:56:13.790551"], ["updated_at", "2016-12-03 03:56:13.790551"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 25], ["project_name", "TAGS (Hint Creation)"], ["created_at", "2016-12-03 03:56:13.791858"], ["updated_at", "2016-12-03 03:56:13.791858"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 26], ["project_name", "TAGS (Model Creation)"], ["created_at", "2016-12-03 03:56:13.793103"], ["updated_at", "2016-12-03 03:56:13.793103"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 27], ["project_name", "The Arctic Institute"], ["created_at", "2016-12-03 03:56:13.794360"], ["updated_at", "2016-12-03 03:56:13.794360"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 28], ["project_name", "UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)"], ["created_at", "2016-12-03 03:56:13.795596"], ["updated_at", "2016-12-03 03:56:13.795596"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 29], ["project_name", "UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"], ["created_at", "2016-12-03 03:56:13.796842"], ["updated_at", "2016-12-03 03:56:13.796842"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 30], ["project_name", "UC Berkeley - EECS Department - CS 169 (ProjectScope)"], ["created_at", "2016-12-03 03:56:13.798074"], ["updated_at", "2016-12-03 03:56:13.798074"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 31], ["project_name", "UC Berkeley - EECS Department - CS 169 (Team Enrollment)"], ["created_at", "2016-12-03 03:56:13.799351"], ["updated_at", "2016-12-03 03:56:13.799351"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 32], ["project_name", "UC Berkeley Family Student Housing"], ["created_at", "2016-12-03 03:56:13.800591"], ["updated_at", "2016-12-03 03:56:13.800591"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 33], ["project_name", "UC Berkeley: Educational Technology Services"], ["created_at", "2016-12-03 03:56:13.801862"], ["updated_at", "2016-12-03 03:56:13.801862"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 34], ["project_name", "Visionaria Network"], ["created_at", "2016-12-03 03:56:13.803131"], ["updated_at", "2016-12-03 03:56:13.803131"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Groups%21A1%3AY1000?
200
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Groups%21A1%3AY1000 == 200 (13524 bytes) 152ms>
Success - #<Google::Apis::SheetsV4::ValueRange:0x00000007982310
 @major_dimension="ROWS",
 @range="Groups!A1:Y1000",
 @values=
  [["Timestamp",
    "Email Address",
    "What is your team ID?",
    "Assigned",
    "1st preference:",
    "2nd preference:",
    "3rd preference:",
    "4th preference:",
    "5th preference:",
    "6th preference",
    "7th preference",
    "7th preference"],
   ["9/16/2016 16:19:38",
    "yanxinyi@berkeley.edu",
    "1",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "15 esential",
    "9 CITY DOG SHARE (Calendar App)",
    "23 San Francisco Bay Bird observatory",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["9/15/2016 10:57:54",
    "jsullivan27@berkeley.edu",
    "2",
    "11 CommunityGrows",
    "11 CommunityGrows",
    "22 Orinda Police Department",
    "5 AsylumConnect",
    "9 CITY DOG SHARE (Calendar App)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "13 Effective Altruists of Berkeley",
    "27 The Arctic Institute"],
   ["9/20/2016 21:31:53",
    "aditya2013@berkeley.edu",
    "3",
    "27 The Arctic Institute",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "27 The Arctic Institute",
    "23 San Francisco Bay Bird observatory",
    "33 UC Berkeley: Educational Technology Services",
    "22 Orinda Police Department",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["9/20/2016 15:48:34",
    "junyuw@berkeley.edu",
    "4",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "9 CITY DOG SHARE (Calendar App)",
    "32 UC Berkeley Family Student Housing",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "11 CommunityGrows",
    "33 UC Berkeley: Educational Technology Services"],
   ["9/16/2016 14:07:20",
    "xiangyu.ren@berkeley.edu",
    "5",
    "22 Orinda Police Department",
    "2 Alzheimer's Greater Los Angeles",
    "15 esential",
    "22 Orinda Police Department",
    "32 UC Berkeley Family Student Housing",
    "8 China US Culture Exchange Center",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "6 Breathe California"],
   ["9/20/2016 17:10:46",
    "hubqwerty@berkeley.edu",
    "6",
    "15 esential",
    "15 esential",
    "12 Da-Tong Society of China Studies",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "10 CITY DOG SHARE (Dog Profile App)",
    "13 Effective Altruists of Berkeley",
    "9 CITY DOG SHARE (Calendar App)",
    "11 CommunityGrows"],
   ["9/18/2016 13:05:35",
    "wangxiangjiu@berkeley.edu",
    "7",
    "6 Breathe California",
    "6 Breathe California",
    "23 San Francisco Bay Bird observatory",
    "17 health4theworld.org",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "22 Orinda Police Department",
    "32 UC Berkeley Family Student Housing",
    "34 Visionaria Network"],
   ["9/19/2016 10:25:35",
    "kryuma@berkeley.edu",
    "8",
    "8 China US Culture Exchange Center",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "8 China US Culture Exchange Center",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "15 esential",
    "21 ORAM",
    "22 Orinda Police Department",
    "10 CITY DOG SHARE (Dog Profile App)"],
   ["9/20/2016 18:34:17",
    "njazari@berkeley.edu",
    "9",
    "24 Sankara Eye Foundation",
    "22 Orinda Police Department",
    "33 UC Berkeley: Educational Technology Services",
    "24 Sankara Eye Foundation",
    "19 Institute of Personality and Social Research",
    "8 China US Culture Exchange Center",
    "13 Effective Altruists of Berkeley",
    "20 IntegrateNYC4Me"],
   ["9/20/2016 0:16:21",
    "lizzysteger@berkeley.edu",
    "10",
    "12 Da-Tong Society of China Studies",
    "12 Da-Tong Society of China Studies",
    "32 UC Berkeley Family Student Housing",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "3 American Red Cross at Cal",
    "7 California Poets in the Schools",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "25 TAGS (Hint Creation)"],
   ["9/20/2016 12:02:09",
    "kadhirvelm@berkeley.edu",
    "11",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "13 Effective Altruists of Berkeley",
    "7 California Poets in the Schools",
    "6 Breathe California"],
   ["9/20/2016 12:46:42",
    "gunsoo02@berkeley.edu",
    "12",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "23 San Francisco Bay Bird observatory",
    "6 Breathe California",
    "19 Institute of Personality and Social Research",
    "22 Orinda Police Department",
    "27 The Arctic Institute",
    "3 American Red Cross at Cal"],
   ["9/16/2016 16:19:59",
    "kailiyen@berkeley.edu",
    "13",
    "21 ORAM",
    "21 ORAM",
    "5 AsylumConnect",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "20 IntegrateNYC4Me",
    "27 The Arctic Institute",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)"],
   ["9/20/2016 9:17:08",
    "hiftekhar@berkeley.edu",
    "14",
    "3 American Red Cross at Cal",
    "10 CITY DOG SHARE (Dog Profile App)",
    "3 American Red Cross at Cal",
    "23 San Francisco Bay Bird observatory",
    "7 California Poets in the Schools",
    "27 The Arctic Institute",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "11 CommunityGrows"],
   ["9/20/2016 15:42:53",
    "mingu08@berkeley.edu",
    "15",
    "32 UC Berkeley Family Student Housing",
    "32 UC Berkeley Family Student Housing",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "9 CITY DOG SHARE (Calendar App)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "15 esential",
    "33 UC Berkeley: Educational Technology Services",
    "14 Engineers Without Borders - San Francisco Professional Chapter"],
   ["9/15/2016 0:00:36",
    "stevencheng@berkeley.edu",
    "16",
    "9 CITY DOG SHARE (Calendar App)",
    "9 CITY DOG SHARE (Calendar App)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "2 Alzheimer's Greater Los Angeles",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)"],
   ["9/20/2016 22:46:40",
    "ross.teixeira@berkeley.edu",
    "17",
    "13 Effective Altruists of Berkeley",
    "13 Effective Altruists of Berkeley",
    "22 Orinda Police Department",
    "2 Alzheimer's Greater Los Angeles",
    "10 CITY DOG SHARE (Dog Profile App)",
    "32 UC Berkeley Family Student Housing",
    "7 California Poets in the Schools",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)"],
   ["9/18/2016 19:08:37",
    "dasolyoon@berkeley.edu",
    "18",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "33 UC Berkeley: Educational Technology Services",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "32 UC Berkeley Family Student Housing",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "13 Effective Altruists of Berkeley"],
   ["9/14/2016 23:59:07",
    "akuo5@berkeley.edu",
    "19",
    "10 CITY DOG SHARE (Dog Profile App)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "22 Orinda Police Department",
    "23 San Francisco Bay Bird observatory",
    "9 CITY DOG SHARE (Calendar App)",
    "15 esential",
    "3 American Red Cross at Cal"],
   ["9/20/2016 23:18:18",
    "jessheisme@berkeley.edu",
    "20",
    "34 Visionaria Network",
    "2 Alzheimer's Greater Los Angeles",
    "12 Da-Tong Society of China Studies",
    "15 esential",
    "10 CITY DOG SHARE (Dog Profile App)",
    "13 Effective Altruists of Berkeley",
    "34 Visionaria Network",
    "14 Engineers Without Borders - San Francisco Professional Chapter"],
   ["9/20/2016 21:55:33",
    "floresivette@berkeley.edu",
    "21",
    "7 California Poets in the Schools",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "12 Da-Tong Society of China Studies",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "32 UC Berkeley Family Student Housing",
    "22 Orinda Police Department",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "7 California Poets in the Schools"],
   ["9/20/2016 0:03:26",
    "wongdaniel8@berkeley.edu",
    "22",
    "2 Alzheimer's Greater Los Angeles",
    "2 Alzheimer's Greater Los Angeles",
    "21 ORAM",
    "33 UC Berkeley: Educational Technology Services",
    "11 CommunityGrows",
    "17 health4theworld.org",
    "10 CITY DOG SHARE (Dog Profile App)",
    "19 Institute of Personality and Social Research"],
   ["9/20/2016 17:32:16",
    "mcraig@berkeley.edu",
    "23",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "5 AsylumConnect",
    "27 The Arctic Institute",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "33 UC Berkeley: Educational Technology Services",
    "23 San Francisco Bay Bird observatory",
    "20 IntegrateNYC4Me"],
   ["9/19/2016 21:44:46",
    "tusharsingal@berkeley.edu",
    "24",
    "19 Institute of Personality and Social Research",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "22 Orinda Police Department",
    "6 Breathe California",
    "19 Institute of Personality and Social Research"],
   ["9/18/2016 22:24:41",
    "shuoyao@berkeley.edu",
    "25",
    "23 San Francisco Bay Bird observatory",
    "23 San Francisco Bay Bird observatory",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "2 Alzheimer's Greater Los Angeles",
    "27 The Arctic Institute",
    "13 Effective Altruists of Berkeley",
    "34 Visionaria Network",
    "3 American Red Cross at Cal"],
   ["9/19/2016 23:46:19",
    "theguo007@berkeley.edu",
    "26",
    "5 AsylumConnect",
    "5 AsylumConnect",
    "15 esential",
    "10 CITY DOG SHARE (Dog Profile App)",
    "9 CITY DOG SHARE (Calendar App)",
    "12 Da-Tong Society of China Studies",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "2 Alzheimer's Greater Los Angeles"],
   ["9/20/2016 22:38:28",
    "victorhlu@berkeley.edu",
    "28",
    "33 UC Berkeley: Educational Technology Services",
    "33 UC Berkeley: Educational Technology Services",
    "6 Breathe California",
    "19 Institute of Personality and Social Research",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "23 San Francisco Bay Bird observatory",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "10 CITY DOG SHARE (Dog Profile App)"],
   ["9/18/2016 19:28:24",
    "s.keegan@berkeley.edu",
    "29",
    "16 Faludi Design",
    "8 China US Culture Exchange Center",
    "16 Faludi Design",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "22 Orinda Police Department",
    "23 San Francisco Bay Bird observatory",
    "27 The Arctic Institute",
    "9 CITY DOG SHARE (Calendar App)"]]>

  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["username", "yanxinyi@berkeley.edu"], ["first_choice", 15], ["second_choice", 9], ["third_choice", 23], ["fourth_choice", 1], ["fifth_choice", 10], ["sixth_choice", 30], ["seventh_choice", 29], ["created_at", "2016-12-03 03:56:14.011230"], ["updated_at", "2016-12-03 03:56:14.011230"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 22], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 27], ["created_at", "2016-12-03 03:56:14.013383"], ["updated_at", "2016-12-03 03:56:14.013383"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 27], ["fourth_choice", 23], ["fifth_choice", 33], ["sixth_choice", 22], ["seventh_choice", 29], ["created_at", "2016-12-03 03:56:14.015182"], ["updated_at", "2016-12-03 03:56:14.015182"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 30], ["third_choice", 9], ["fourth_choice", 32], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 33], ["created_at", "2016-12-03 03:56:14.016968"], ["updated_at", "2016-12-03 03:56:14.016968"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 5], ["username", "xiangyu.ren@berkeley.edu"], ["first_choice", 2], ["second_choice", 15], ["third_choice", 22], ["fourth_choice", 32], ["fifth_choice", 8], ["sixth_choice", 14], ["seventh_choice", 6], ["created_at", "2016-12-03 03:56:14.018697"], ["updated_at", "2016-12-03 03:56:14.018697"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 6], ["username", "hubqwerty@berkeley.edu"], ["first_choice", 15], ["second_choice", 12], ["third_choice", 14], ["fourth_choice", 10], ["fifth_choice", 13], ["sixth_choice", 9], ["seventh_choice", 11], ["created_at", "2016-12-03 03:56:14.020500"], ["updated_at", "2016-12-03 03:56:14.020500"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 7], ["username", "wangxiangjiu@berkeley.edu"], ["first_choice", 6], ["second_choice", 23], ["third_choice", 17], ["fourth_choice", 4], ["fifth_choice", 22], ["sixth_choice", 32], ["seventh_choice", 34], ["created_at", "2016-12-03 03:56:14.022226"], ["updated_at", "2016-12-03 03:56:14.022226"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 8], ["username", "kryuma@berkeley.edu"], ["first_choice", 4], ["second_choice", 8], ["third_choice", 29], ["fourth_choice", 15], ["fifth_choice", 21], ["sixth_choice", 22], ["seventh_choice", 10], ["created_at", "2016-12-03 03:56:14.023958"], ["updated_at", "2016-12-03 03:56:14.023958"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 9], ["username", "njazari@berkeley.edu"], ["first_choice", 22], ["second_choice", 33], ["third_choice", 24], ["fourth_choice", 19], ["fifth_choice", 8], ["sixth_choice", 13], ["seventh_choice", 20], ["created_at", "2016-12-03 03:56:14.025694"], ["updated_at", "2016-12-03 03:56:14.025694"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 10], ["username", "lizzysteger@berkeley.edu"], ["first_choice", 12], ["second_choice", 32], ["third_choice", 31], ["fourth_choice", 3], ["fifth_choice", 7], ["sixth_choice", 29], ["seventh_choice", 25], ["created_at", "2016-12-03 03:56:14.027462"], ["updated_at", "2016-12-03 03:56:14.027462"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 11], ["username", "kadhirvelm@berkeley.edu"], ["first_choice", 29], ["second_choice", 31], ["third_choice", 28], ["fourth_choice", 30], ["fifth_choice", 13], ["sixth_choice", 7], ["seventh_choice", 6], ["created_at", "2016-12-03 03:56:14.029211"], ["updated_at", "2016-12-03 03:56:14.029211"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 12], ["username", "gunsoo02@berkeley.edu"], ["first_choice", 4], ["second_choice", 23], ["third_choice", 6], ["fourth_choice", 19], ["fifth_choice", 22], ["sixth_choice", 27], ["seventh_choice", 3], ["created_at", "2016-12-03 03:56:14.031038"], ["updated_at", "2016-12-03 03:56:14.031038"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 13], ["username", "kailiyen@berkeley.edu"], ["first_choice", 21], ["second_choice", 5], ["third_choice", 14], ["fourth_choice", 20], ["fifth_choice", 27], ["sixth_choice", 30], ["seventh_choice", 4], ["created_at", "2016-12-03 03:56:14.032834"], ["updated_at", "2016-12-03 03:56:14.032834"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 14], ["username", "hiftekhar@berkeley.edu"], ["first_choice", 10], ["second_choice", 3], ["third_choice", 23], ["fourth_choice", 7], ["fifth_choice", 27], ["sixth_choice", 1], ["seventh_choice", 11], ["created_at", "2016-12-03 03:56:14.034564"], ["updated_at", "2016-12-03 03:56:14.034564"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 15], ["username", "mingu08@berkeley.edu"], ["first_choice", 32], ["second_choice", 31], ["third_choice", 9], ["fourth_choice", 28], ["fifth_choice", 15], ["sixth_choice", 33], ["seventh_choice", 14], ["created_at", "2016-12-03 03:56:14.036318"], ["updated_at", "2016-12-03 03:56:14.036318"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 16], ["username", "stevencheng@berkeley.edu"], ["first_choice", 9], ["second_choice", 10], ["third_choice", 2], ["fourth_choice", 29], ["fifth_choice", 28], ["sixth_choice", 30], ["seventh_choice", 31], ["created_at", "2016-12-03 03:56:14.038041"], ["updated_at", "2016-12-03 03:56:14.038041"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 17], ["username", "ross.teixeira@berkeley.edu"], ["first_choice", 13], ["second_choice", 22], ["third_choice", 2], ["fourth_choice", 10], ["fifth_choice", 32], ["sixth_choice", 7], ["seventh_choice", 1], ["created_at", "2016-12-03 03:56:14.039840"], ["updated_at", "2016-12-03 03:56:14.039840"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 18], ["username", "dasolyoon@berkeley.edu"], ["first_choice", 31], ["second_choice", 33], ["third_choice", 29], ["fourth_choice", 32], ["fifth_choice", 14], ["sixth_choice", 28], ["seventh_choice", 13], ["created_at", "2016-12-03 03:56:14.041571"], ["updated_at", "2016-12-03 03:56:14.041571"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 19], ["username", "akuo5@berkeley.edu"], ["first_choice", 10], ["second_choice", 31], ["third_choice", 22], ["fourth_choice", 23], ["fifth_choice", 9], ["sixth_choice", 15], ["seventh_choice", 3], ["created_at", "2016-12-03 03:56:14.043325"], ["updated_at", "2016-12-03 03:56:14.043325"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 20], ["username", "jessheisme@berkeley.edu"], ["first_choice", 2], ["second_choice", 12], ["third_choice", 15], ["fourth_choice", 10], ["fifth_choice", 13], ["sixth_choice", 34], ["seventh_choice", 14], ["created_at", "2016-12-03 03:56:14.045092"], ["updated_at", "2016-12-03 03:56:14.045092"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 21], ["username", "floresivette@berkeley.edu"], ["first_choice", 4], ["second_choice", 12], ["third_choice", 31], ["fourth_choice", 32], ["fifth_choice", 22], ["sixth_choice", 1], ["seventh_choice", 7], ["created_at", "2016-12-03 03:56:14.046812"], ["updated_at", "2016-12-03 03:56:14.046812"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 22], ["username", "wongdaniel8@berkeley.edu"], ["first_choice", 2], ["second_choice", 21], ["third_choice", 33], ["fourth_choice", 11], ["fifth_choice", 17], ["sixth_choice", 10], ["seventh_choice", 19], ["created_at", "2016-12-03 03:56:14.048596"], ["updated_at", "2016-12-03 03:56:14.048596"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 23], ["username", "mcraig@berkeley.edu"], ["first_choice", 14], ["second_choice", 5], ["third_choice", 27], ["fourth_choice", 4], ["fifth_choice", 33], ["sixth_choice", 23], ["seventh_choice", 20], ["created_at", "2016-12-03 03:56:14.050348"], ["updated_at", "2016-12-03 03:56:14.050348"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 24], ["username", "tusharsingal@berkeley.edu"], ["first_choice", 29], ["second_choice", 14], ["third_choice", 31], ["fourth_choice", 30], ["fifth_choice", 22], ["sixth_choice", 6], ["seventh_choice", 19], ["created_at", "2016-12-03 03:56:14.052294"], ["updated_at", "2016-12-03 03:56:14.052294"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 25], ["username", "shuoyao@berkeley.edu"], ["first_choice", 23], ["second_choice", 4], ["third_choice", 2], ["fourth_choice", 27], ["fifth_choice", 13], ["sixth_choice", 34], ["seventh_choice", 3], ["created_at", "2016-12-03 03:56:14.054107"], ["updated_at", "2016-12-03 03:56:14.054107"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 26], ["username", "theguo007@berkeley.edu"], ["first_choice", 5], ["second_choice", 15], ["third_choice", 10], ["fourth_choice", 9], ["fifth_choice", 12], ["sixth_choice", 14], ["seventh_choice", 2], ["created_at", "2016-12-03 03:56:14.055921"], ["updated_at", "2016-12-03 03:56:14.055921"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 28], ["username", "victorhlu@berkeley.edu"], ["first_choice", 33], ["second_choice", 6], ["third_choice", 19], ["fourth_choice", 31], ["fifth_choice", 23], ["sixth_choice", 28], ["seventh_choice", 10], ["created_at", "2016-12-03 03:56:14.057852"], ["updated_at", "2016-12-03 03:56:14.057852"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 29], ["username", "s.keegan@berkeley.edu"], ["first_choice", 8], ["second_choice", 16], ["third_choice", 14], ["fourth_choice", 22], ["fifth_choice", 23], ["sixth_choice", 27], ["seventh_choice", 9], ["created_at", "2016-12-03 03:56:14.059768"], ["updated_at", "2016-12-03 03:56:14.059768"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:56:14.064431"], ["updated_at", "2016-12-03 03:56:14.064431"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:56:14.070450"], ["updated_at", "2016-12-03 03:56:14.070450"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:56:14.113460"], ["updated_at", "2016-12-03 03:56:14.113460"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:56:14.119588"], ["updated_at", "2016-12-03 03:56:14.119588"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Processing by GoogleController#save_preferences as HTML
Redirected to http://test.host/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("id", "created_at", "updated_at") VALUES (?, ?, ?)  [["id", 0], ["created_at", "2016-12-03 03:56:14.127788"], ["updated_at", "2016-12-03 03:56:14.127788"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:56:14.129382"], ["updated_at", "2016-12-03 03:56:14.129382"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:56:14.130566"], ["updated_at", "2016-12-03 03:56:14.130566"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:56:14.131793"], ["updated_at", "2016-12-03 03:56:14.131793"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:56:14.132948"], ["updated_at", "2016-12-03 03:56:14.132948"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:56:14.134154"], ["updated_at", "2016-12-03 03:56:14.134154"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:56:14.135382"], ["updated_at", "2016-12-03 03:56:14.135382"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:56:14.136603"], ["updated_at", "2016-12-03 03:56:14.136603"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:56:14.137778"], ["updated_at", "2016-12-03 03:56:14.137778"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:56:14.138973"], ["updated_at", "2016-12-03 03:56:14.138973"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:56:14.140189"], ["updated_at", "2016-12-03 03:56:14.140189"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:56:14.141356"], ["updated_at", "2016-12-03 03:56:14.141356"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:56:14.142570"], ["updated_at", "2016-12-03 03:56:14.142570"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:56:14.143757"], ["updated_at", "2016-12-03 03:56:14.143757"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:56:14.144948"], ["updated_at", "2016-12-03 03:56:14.144948"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:56:14.146119"], ["updated_at", "2016-12-03 03:56:14.146119"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:56:14.147347"], ["updated_at", "2016-12-03 03:56:14.147347"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:56:14.148555"], ["updated_at", "2016-12-03 03:56:14.148555"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:56:14.149794"], ["updated_at", "2016-12-03 03:56:14.149794"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:56:14.150962"], ["updated_at", "2016-12-03 03:56:14.150962"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:56:14.152200"], ["updated_at", "2016-12-03 03:56:14.152200"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:56:14.153392"], ["updated_at", "2016-12-03 03:56:14.153392"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 0], ["username", "Email Address"], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:56:14.156530"], ["updated_at", "2016-12-03 03:56:14.156530"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:56:14.160137"], ["updated_at", "2016-12-03 03:56:14.160137"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/None?
400
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/None == 400 (265 bytes) 106ms>
Caught error badRequest: Unable to parse range: None
Error - #<Google::Apis::ClientError: badRequest: Unable to parse range: None>

  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Sending HTTP post https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match:clear?
200
#<Hurley::Response POST https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match:clear == 200 (114 bytes) 158ms>
Success - #<Google::Apis::SheetsV4::ClearValuesResponse:0x0000000767dc78
 @cleared_range="Current_Match!A1:Z1000",
 @spreadsheet_id="1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI">

Sending HTTP put https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match?valueInputOption=USER_ENTERED
200
#<Hurley::Response PUT https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match?valueInputOption=USER_ENTERED == 200 (175 bytes) 173ms>
Success - #<Google::Apis::SheetsV4::UpdateValuesResponse:0x0000000764df00
 @spreadsheet_id="1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI",
 @updated_cells=3,
 @updated_columns=3,
 @updated_range="Current_Match!A1:C1",
 @updated_rows=1>

   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:56:14.720719"], ["updated_at", "2016-12-03 03:56:14.720719"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:56:14.727923"], ["updated_at", "2016-12-03 03:56:14.727923"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("group_tab", "created_at", "updated_at") VALUES (?, ?, ?)  [["group_tab", "!A1:Y1000"], ["created_at", "2016-12-03 03:56:14.733747"], ["updated_at", "2016-12-03 03:56:14.733747"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
Processing by MatchesController#new as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Redirected to http://test.host/matches
Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
Processing by MatchesController#new as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Redirected to http://test.host/matches
Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
   (0.1ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
   (0.2ms)  begin transaction
Processing by MatchesController#new as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Redirected to http://test.host/matches
Completed 302 Found in 8ms (ActiveRecord: 0.5ms)
Processing by MatchesController#new as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Redirected to http://test.host/matches
Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:57:40.750984"], ["updated_at", "2016-12-03 03:57:40.750984"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 1], ["project_id", 1], ["created_at", "2016-12-03 03:57:40.774363"], ["updated_at", "2016-12-03 03:57:40.774363"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 2], ["created_at", "2016-12-03 03:57:40.776229"], ["updated_at", "2016-12-03 03:57:40.776229"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 3], ["created_at", "2016-12-03 03:57:40.777712"], ["updated_at", "2016-12-03 03:57:40.777712"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  SQL (0.2ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 1], ["project_id", 1], ["created_at", "2016-12-03 03:57:40.783695"], ["updated_at", "2016-12-03 03:57:40.783695"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 2], ["created_at", "2016-12-03 03:57:40.785462"], ["updated_at", "2016-12-03 03:57:40.785462"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:40.808547"], ["updated_at", "2016-12-03 03:57:40.808547"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/None?
400
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/None == 400 (265 bytes) 144ms>
Caught error badRequest: Unable to parse range: None
Error - #<Google::Apis::ClientError: badRequest: Unable to parse range: None>

  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
Sending HTTP post https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match:clear?
200
#<Hurley::Response POST https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match:clear == 200 (114 bytes) 121ms>
Success - #<Google::Apis::SheetsV4::ClearValuesResponse:0x000000049005e8
 @cleared_range="Current_Match!A1:Z1000",
 @spreadsheet_id="1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI">

Sending HTTP put https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match?valueInputOption=USER_ENTERED
200
#<Hurley::Response PUT https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Current_Match?valueInputOption=USER_ENTERED == 200 (175 bytes) 139ms>
Success - #<Google::Apis::SheetsV4::UpdateValuesResponse:0x00000003b59cc8
 @spreadsheet_id="1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI",
 @updated_cells=3,
 @updated_columns=3,
 @updated_range="Current_Match!A1:C1",
 @updated_rows=1>

   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:41.354009"], ["updated_at", "2016-12-03 03:57:41.354009"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:41.397175"], ["updated_at", "2016-12-03 03:57:41.397175"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:41.403768"], ["updated_at", "2016-12-03 03:57:41.403768"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Processing by GoogleController#save_preferences as HTML
Redirected to http://test.host/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "created_at", "updated_at") VALUES (?, ?, ?)  [["id", 0], ["created_at", "2016-12-03 03:57:41.410041"], ["updated_at", "2016-12-03 03:57:41.410041"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:57:41.411698"], ["updated_at", "2016-12-03 03:57:41.411698"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:57:41.412984"], ["updated_at", "2016-12-03 03:57:41.412984"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:57:41.414289"], ["updated_at", "2016-12-03 03:57:41.414289"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:57:41.415546"], ["updated_at", "2016-12-03 03:57:41.415546"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:57:41.416902"], ["updated_at", "2016-12-03 03:57:41.416902"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:57:41.418285"], ["updated_at", "2016-12-03 03:57:41.418285"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:57:41.419514"], ["updated_at", "2016-12-03 03:57:41.419514"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:57:41.420845"], ["updated_at", "2016-12-03 03:57:41.420845"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:57:41.422112"], ["updated_at", "2016-12-03 03:57:41.422112"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:57:41.423490"], ["updated_at", "2016-12-03 03:57:41.423490"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:57:41.424849"], ["updated_at", "2016-12-03 03:57:41.424849"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:57:41.426311"], ["updated_at", "2016-12-03 03:57:41.426311"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:57:41.427617"], ["updated_at", "2016-12-03 03:57:41.427617"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:57:41.428957"], ["updated_at", "2016-12-03 03:57:41.428957"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:57:41.430278"], ["updated_at", "2016-12-03 03:57:41.430278"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:57:41.431598"], ["updated_at", "2016-12-03 03:57:41.431598"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:57:41.432906"], ["updated_at", "2016-12-03 03:57:41.432906"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:57:41.434233"], ["updated_at", "2016-12-03 03:57:41.434233"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:57:41.435747"], ["updated_at", "2016-12-03 03:57:41.435747"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:57:41.437075"], ["updated_at", "2016-12-03 03:57:41.437075"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:57:41.438522"], ["updated_at", "2016-12-03 03:57:41.438522"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 0], ["username", "Email Address"], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:57:41.442248"], ["updated_at", "2016-12-03 03:57:41.442248"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:41.446358"], ["updated_at", "2016-12-03 03:57:41.446358"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:41.453955"], ["updated_at", "2016-12-03 03:57:41.453955"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:41.460445"], ["updated_at", "2016-12-03 03:57:41.460445"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Projects?
200
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Projects == 200 (392220 bytes) 155ms>
Success - #<Google::Apis::SheetsV4::ValueRange:0x000000013012d0
 @major_dimension="ROWS",
 @range="Projects!A1:Y50004",
 @values=
  [["Project ID", "Project Name"],
   ["1", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"],
   ["2", "Alzheimer's Greater Los Angeles"],
   ["3", "American Red Cross at Cal"],
   ["4", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"],
   ["5", "AsylumConnect"],
   ["6", "Breathe California"],
   ["7", "California Poets in the Schools"],
   ["8", "China US Culture Exchange Center"],
   ["9", "CITY DOG SHARE (Calendar App)"],
   ["10", "CITY DOG SHARE (Dog Profile App)"],
   ["11", "CommunityGrows"],
   ["12", "Da-Tong Society of China Studies"],
   ["13", "Effective Altruists of Berkeley"],
   ["14", "Engineers Without Borders - San Francisco Professional Chapter"],
   ["15", "esential"],
   ["16", "Faludi Design"],
   ["17", "health4theworld.org"],
   ["18", "In the Potters Hands"],
   ["19", "Institute of Personality and Social Research"],
   ["20", "IntegrateNYC4Me"],
   ["21", "ORAM"],
   ["22", "Orinda Police Department"],
   ["23", "San Francisco Bay Bird observatory"],
   ["24", "Sankara Eye Foundation"],
   ["25", "TAGS (Hint Creation)"],
   ["26", "TAGS (Model Creation)"],
   ["27", "The Arctic Institute"],
   ["28", "UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)"],
   ["29", "UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["30", "UC Berkeley - EECS Department - CS 169 (ProjectScope)"],
   ["31", "UC Berkeley - EECS Department - CS 169 (Team Enrollment)"],
   ["32", "UC Berkeley Family Student Housing"],
   ["33", "UC Berkeley: Educational Technology Services"],
   ["34", "Visionaria Network"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   [],
   ["", "", "", "", "(Directable)"]]>

  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:57:43.516402"], ["updated_at", "2016-12-03 03:57:43.516402"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:57:43.518581"], ["updated_at", "2016-12-03 03:57:43.518581"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:57:43.519872"], ["updated_at", "2016-12-03 03:57:43.519872"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:57:43.521186"], ["updated_at", "2016-12-03 03:57:43.521186"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:57:43.522461"], ["updated_at", "2016-12-03 03:57:43.522461"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:57:43.523756"], ["updated_at", "2016-12-03 03:57:43.523756"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:57:43.525023"], ["updated_at", "2016-12-03 03:57:43.525023"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:57:43.526294"], ["updated_at", "2016-12-03 03:57:43.526294"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:57:43.527562"], ["updated_at", "2016-12-03 03:57:43.527562"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:57:43.528864"], ["updated_at", "2016-12-03 03:57:43.528864"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:57:43.530153"], ["updated_at", "2016-12-03 03:57:43.530153"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:57:43.531431"], ["updated_at", "2016-12-03 03:57:43.531431"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:57:43.532652"], ["updated_at", "2016-12-03 03:57:43.532652"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:57:43.533858"], ["updated_at", "2016-12-03 03:57:43.533858"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:57:43.535090"], ["updated_at", "2016-12-03 03:57:43.535090"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:57:43.536321"], ["updated_at", "2016-12-03 03:57:43.536321"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:57:43.537491"], ["updated_at", "2016-12-03 03:57:43.537491"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:57:43.538687"], ["updated_at", "2016-12-03 03:57:43.538687"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:57:43.539893"], ["updated_at", "2016-12-03 03:57:43.539893"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:57:43.541107"], ["updated_at", "2016-12-03 03:57:43.541107"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:57:43.542277"], ["updated_at", "2016-12-03 03:57:43.542277"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 22], ["project_name", "Orinda Police Department"], ["created_at", "2016-12-03 03:57:43.543504"], ["updated_at", "2016-12-03 03:57:43.543504"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 23], ["project_name", "San Francisco Bay Bird observatory"], ["created_at", "2016-12-03 03:57:43.544690"], ["updated_at", "2016-12-03 03:57:43.544690"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 24], ["project_name", "Sankara Eye Foundation"], ["created_at", "2016-12-03 03:57:43.545906"], ["updated_at", "2016-12-03 03:57:43.545906"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 25], ["project_name", "TAGS (Hint Creation)"], ["created_at", "2016-12-03 03:57:43.547099"], ["updated_at", "2016-12-03 03:57:43.547099"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 26], ["project_name", "TAGS (Model Creation)"], ["created_at", "2016-12-03 03:57:43.548300"], ["updated_at", "2016-12-03 03:57:43.548300"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 27], ["project_name", "The Arctic Institute"], ["created_at", "2016-12-03 03:57:43.549499"], ["updated_at", "2016-12-03 03:57:43.549499"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 28], ["project_name", "UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)"], ["created_at", "2016-12-03 03:57:43.550764"], ["updated_at", "2016-12-03 03:57:43.550764"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 29], ["project_name", "UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"], ["created_at", "2016-12-03 03:57:43.551962"], ["updated_at", "2016-12-03 03:57:43.551962"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 30], ["project_name", "UC Berkeley - EECS Department - CS 169 (ProjectScope)"], ["created_at", "2016-12-03 03:57:43.553153"], ["updated_at", "2016-12-03 03:57:43.553153"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 31], ["project_name", "UC Berkeley - EECS Department - CS 169 (Team Enrollment)"], ["created_at", "2016-12-03 03:57:43.554354"], ["updated_at", "2016-12-03 03:57:43.554354"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 32], ["project_name", "UC Berkeley Family Student Housing"], ["created_at", "2016-12-03 03:57:43.555560"], ["updated_at", "2016-12-03 03:57:43.555560"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 33], ["project_name", "UC Berkeley: Educational Technology Services"], ["created_at", "2016-12-03 03:57:43.556755"], ["updated_at", "2016-12-03 03:57:43.556755"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 34], ["project_name", "Visionaria Network"], ["created_at", "2016-12-03 03:57:43.557972"], ["updated_at", "2016-12-03 03:57:43.557972"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
Sending HTTP get https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Groups%21A1%3AY1000?
200
#<Hurley::Response GET https://sheets.googleapis.com/v4/spreadsheets/1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI/values/Groups%21A1%3AY1000 == 200 (13524 bytes) 103ms>
Success - #<Google::Apis::SheetsV4::ValueRange:0x00000007f20bf0
 @major_dimension="ROWS",
 @range="Groups!A1:Y1000",
 @values=
  [["Timestamp",
    "Email Address",
    "What is your team ID?",
    "Assigned",
    "1st preference:",
    "2nd preference:",
    "3rd preference:",
    "4th preference:",
    "5th preference:",
    "6th preference",
    "7th preference",
    "7th preference"],
   ["9/16/2016 16:19:38",
    "yanxinyi@berkeley.edu",
    "1",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "15 esential",
    "9 CITY DOG SHARE (Calendar App)",
    "23 San Francisco Bay Bird observatory",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["9/15/2016 10:57:54",
    "jsullivan27@berkeley.edu",
    "2",
    "11 CommunityGrows",
    "11 CommunityGrows",
    "22 Orinda Police Department",
    "5 AsylumConnect",
    "9 CITY DOG SHARE (Calendar App)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "13 Effective Altruists of Berkeley",
    "27 The Arctic Institute"],
   ["9/20/2016 21:31:53",
    "aditya2013@berkeley.edu",
    "3",
    "27 The Arctic Institute",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "27 The Arctic Institute",
    "23 San Francisco Bay Bird observatory",
    "33 UC Berkeley: Educational Technology Services",
    "22 Orinda Police Department",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)"],
   ["9/20/2016 15:48:34",
    "junyuw@berkeley.edu",
    "4",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "9 CITY DOG SHARE (Calendar App)",
    "32 UC Berkeley Family Student Housing",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "11 CommunityGrows",
    "33 UC Berkeley: Educational Technology Services"],
   ["9/16/2016 14:07:20",
    "xiangyu.ren@berkeley.edu",
    "5",
    "22 Orinda Police Department",
    "2 Alzheimer's Greater Los Angeles",
    "15 esential",
    "22 Orinda Police Department",
    "32 UC Berkeley Family Student Housing",
    "8 China US Culture Exchange Center",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "6 Breathe California"],
   ["9/20/2016 17:10:46",
    "hubqwerty@berkeley.edu",
    "6",
    "15 esential",
    "15 esential",
    "12 Da-Tong Society of China Studies",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "10 CITY DOG SHARE (Dog Profile App)",
    "13 Effective Altruists of Berkeley",
    "9 CITY DOG SHARE (Calendar App)",
    "11 CommunityGrows"],
   ["9/18/2016 13:05:35",
    "wangxiangjiu@berkeley.edu",
    "7",
    "6 Breathe California",
    "6 Breathe California",
    "23 San Francisco Bay Bird observatory",
    "17 health4theworld.org",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "22 Orinda Police Department",
    "32 UC Berkeley Family Student Housing",
    "34 Visionaria Network"],
   ["9/19/2016 10:25:35",
    "kryuma@berkeley.edu",
    "8",
    "8 China US Culture Exchange Center",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "8 China US Culture Exchange Center",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "15 esential",
    "21 ORAM",
    "22 Orinda Police Department",
    "10 CITY DOG SHARE (Dog Profile App)"],
   ["9/20/2016 18:34:17",
    "njazari@berkeley.edu",
    "9",
    "24 Sankara Eye Foundation",
    "22 Orinda Police Department",
    "33 UC Berkeley: Educational Technology Services",
    "24 Sankara Eye Foundation",
    "19 Institute of Personality and Social Research",
    "8 China US Culture Exchange Center",
    "13 Effective Altruists of Berkeley",
    "20 IntegrateNYC4Me"],
   ["9/20/2016 0:16:21",
    "lizzysteger@berkeley.edu",
    "10",
    "12 Da-Tong Society of China Studies",
    "12 Da-Tong Society of China Studies",
    "32 UC Berkeley Family Student Housing",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "3 American Red Cross at Cal",
    "7 California Poets in the Schools",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "25 TAGS (Hint Creation)"],
   ["9/20/2016 12:02:09",
    "kadhirvelm@berkeley.edu",
    "11",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "13 Effective Altruists of Berkeley",
    "7 California Poets in the Schools",
    "6 Breathe California"],
   ["9/20/2016 12:46:42",
    "gunsoo02@berkeley.edu",
    "12",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "23 San Francisco Bay Bird observatory",
    "6 Breathe California",
    "19 Institute of Personality and Social Research",
    "22 Orinda Police Department",
    "27 The Arctic Institute",
    "3 American Red Cross at Cal"],
   ["9/16/2016 16:19:59",
    "kailiyen@berkeley.edu",
    "13",
    "21 ORAM",
    "21 ORAM",
    "5 AsylumConnect",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "20 IntegrateNYC4Me",
    "27 The Arctic Institute",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)"],
   ["9/20/2016 9:17:08",
    "hiftekhar@berkeley.edu",
    "14",
    "3 American Red Cross at Cal",
    "10 CITY DOG SHARE (Dog Profile App)",
    "3 American Red Cross at Cal",
    "23 San Francisco Bay Bird observatory",
    "7 California Poets in the Schools",
    "27 The Arctic Institute",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "11 CommunityGrows"],
   ["9/20/2016 15:42:53",
    "mingu08@berkeley.edu",
    "15",
    "32 UC Berkeley Family Student Housing",
    "32 UC Berkeley Family Student Housing",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "9 CITY DOG SHARE (Calendar App)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "15 esential",
    "33 UC Berkeley: Educational Technology Services",
    "14 Engineers Without Borders - San Francisco Professional Chapter"],
   ["9/15/2016 0:00:36",
    "stevencheng@berkeley.edu",
    "16",
    "9 CITY DOG SHARE (Calendar App)",
    "9 CITY DOG SHARE (Calendar App)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "2 Alzheimer's Greater Los Angeles",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)"],
   ["9/20/2016 22:46:40",
    "ross.teixeira@berkeley.edu",
    "17",
    "13 Effective Altruists of Berkeley",
    "13 Effective Altruists of Berkeley",
    "22 Orinda Police Department",
    "2 Alzheimer's Greater Los Angeles",
    "10 CITY DOG SHARE (Dog Profile App)",
    "32 UC Berkeley Family Student Housing",
    "7 California Poets in the Schools",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)"],
   ["9/18/2016 19:08:37",
    "dasolyoon@berkeley.edu",
    "18",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "33 UC Berkeley: Educational Technology Services",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "32 UC Berkeley Family Student Housing",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "13 Effective Altruists of Berkeley"],
   ["9/14/2016 23:59:07",
    "akuo5@berkeley.edu",
    "19",
    "10 CITY DOG SHARE (Dog Profile App)",
    "10 CITY DOG SHARE (Dog Profile App)",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "22 Orinda Police Department",
    "23 San Francisco Bay Bird observatory",
    "9 CITY DOG SHARE (Calendar App)",
    "15 esential",
    "3 American Red Cross at Cal"],
   ["9/20/2016 23:18:18",
    "jessheisme@berkeley.edu",
    "20",
    "34 Visionaria Network",
    "2 Alzheimer's Greater Los Angeles",
    "12 Da-Tong Society of China Studies",
    "15 esential",
    "10 CITY DOG SHARE (Dog Profile App)",
    "13 Effective Altruists of Berkeley",
    "34 Visionaria Network",
    "14 Engineers Without Borders - San Francisco Professional Chapter"],
   ["9/20/2016 21:55:33",
    "floresivette@berkeley.edu",
    "21",
    "7 California Poets in the Schools",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "12 Da-Tong Society of China Studies",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "32 UC Berkeley Family Student Housing",
    "22 Orinda Police Department",
    "1 Alameda and Contra Costa Counties Optometric Society (ACCCOS)",
    "7 California Poets in the Schools"],
   ["9/20/2016 0:03:26",
    "wongdaniel8@berkeley.edu",
    "22",
    "2 Alzheimer's Greater Los Angeles",
    "2 Alzheimer's Greater Los Angeles",
    "21 ORAM",
    "33 UC Berkeley: Educational Technology Services",
    "11 CommunityGrows",
    "17 health4theworld.org",
    "10 CITY DOG SHARE (Dog Profile App)",
    "19 Institute of Personality and Social Research"],
   ["9/20/2016 17:32:16",
    "mcraig@berkeley.edu",
    "23",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "5 AsylumConnect",
    "27 The Arctic Institute",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "33 UC Berkeley: Educational Technology Services",
    "23 San Francisco Bay Bird observatory",
    "20 IntegrateNYC4Me"],
   ["9/19/2016 21:44:46",
    "tusharsingal@berkeley.edu",
    "24",
    "19 Institute of Personality and Social Research",
    "29 UC Berkeley - EECS Department - CS 169 (Project-Group Matching)",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "30 UC Berkeley - EECS Department - CS 169 (ProjectScope)",
    "22 Orinda Police Department",
    "6 Breathe California",
    "19 Institute of Personality and Social Research"],
   ["9/18/2016 22:24:41",
    "shuoyao@berkeley.edu",
    "25",
    "23 San Francisco Bay Bird observatory",
    "23 San Francisco Bay Bird observatory",
    "4 Armando Fox - Altarena Playhouse & Custom Made Theater Co. (Directable)",
    "2 Alzheimer's Greater Los Angeles",
    "27 The Arctic Institute",
    "13 Effective Altruists of Berkeley",
    "34 Visionaria Network",
    "3 American Red Cross at Cal"],
   ["9/19/2016 23:46:19",
    "theguo007@berkeley.edu",
    "26",
    "5 AsylumConnect",
    "5 AsylumConnect",
    "15 esential",
    "10 CITY DOG SHARE (Dog Profile App)",
    "9 CITY DOG SHARE (Calendar App)",
    "12 Da-Tong Society of China Studies",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "2 Alzheimer's Greater Los Angeles"],
   ["9/20/2016 22:38:28",
    "victorhlu@berkeley.edu",
    "28",
    "33 UC Berkeley: Educational Technology Services",
    "33 UC Berkeley: Educational Technology Services",
    "6 Breathe California",
    "19 Institute of Personality and Social Research",
    "31 UC Berkeley - EECS Department - CS 169 (Team Enrollment)",
    "23 San Francisco Bay Bird observatory",
    "28 UC Berkeley - EECS Department - CS 169 (CourseQuestionBank)",
    "10 CITY DOG SHARE (Dog Profile App)"],
   ["9/18/2016 19:28:24",
    "s.keegan@berkeley.edu",
    "29",
    "16 Faludi Design",
    "8 China US Culture Exchange Center",
    "16 Faludi Design",
    "14 Engineers Without Borders - San Francisco Professional Chapter",
    "22 Orinda Police Department",
    "23 San Francisco Bay Bird observatory",
    "27 The Arctic Institute",
    "9 CITY DOG SHARE (Calendar App)"]]>

  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["username", "yanxinyi@berkeley.edu"], ["first_choice", 15], ["second_choice", 9], ["third_choice", 23], ["fourth_choice", 1], ["fifth_choice", 10], ["sixth_choice", 30], ["seventh_choice", 29], ["created_at", "2016-12-03 03:57:43.707896"], ["updated_at", "2016-12-03 03:57:43.707896"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 22], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 27], ["created_at", "2016-12-03 03:57:43.710246"], ["updated_at", "2016-12-03 03:57:43.710246"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 27], ["fourth_choice", 23], ["fifth_choice", 33], ["sixth_choice", 22], ["seventh_choice", 29], ["created_at", "2016-12-03 03:57:43.712265"], ["updated_at", "2016-12-03 03:57:43.712265"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 30], ["third_choice", 9], ["fourth_choice", 32], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 33], ["created_at", "2016-12-03 03:57:43.714130"], ["updated_at", "2016-12-03 03:57:43.714130"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 5], ["username", "xiangyu.ren@berkeley.edu"], ["first_choice", 2], ["second_choice", 15], ["third_choice", 22], ["fourth_choice", 32], ["fifth_choice", 8], ["sixth_choice", 14], ["seventh_choice", 6], ["created_at", "2016-12-03 03:57:43.716086"], ["updated_at", "2016-12-03 03:57:43.716086"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 6], ["username", "hubqwerty@berkeley.edu"], ["first_choice", 15], ["second_choice", 12], ["third_choice", 14], ["fourth_choice", 10], ["fifth_choice", 13], ["sixth_choice", 9], ["seventh_choice", 11], ["created_at", "2016-12-03 03:57:43.717883"], ["updated_at", "2016-12-03 03:57:43.717883"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 7], ["username", "wangxiangjiu@berkeley.edu"], ["first_choice", 6], ["second_choice", 23], ["third_choice", 17], ["fourth_choice", 4], ["fifth_choice", 22], ["sixth_choice", 32], ["seventh_choice", 34], ["created_at", "2016-12-03 03:57:43.719652"], ["updated_at", "2016-12-03 03:57:43.719652"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 8], ["username", "kryuma@berkeley.edu"], ["first_choice", 4], ["second_choice", 8], ["third_choice", 29], ["fourth_choice", 15], ["fifth_choice", 21], ["sixth_choice", 22], ["seventh_choice", 10], ["created_at", "2016-12-03 03:57:43.721421"], ["updated_at", "2016-12-03 03:57:43.721421"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 9], ["username", "njazari@berkeley.edu"], ["first_choice", 22], ["second_choice", 33], ["third_choice", 24], ["fourth_choice", 19], ["fifth_choice", 8], ["sixth_choice", 13], ["seventh_choice", 20], ["created_at", "2016-12-03 03:57:43.723202"], ["updated_at", "2016-12-03 03:57:43.723202"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 10], ["username", "lizzysteger@berkeley.edu"], ["first_choice", 12], ["second_choice", 32], ["third_choice", 31], ["fourth_choice", 3], ["fifth_choice", 7], ["sixth_choice", 29], ["seventh_choice", 25], ["created_at", "2016-12-03 03:57:43.725018"], ["updated_at", "2016-12-03 03:57:43.725018"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 11], ["username", "kadhirvelm@berkeley.edu"], ["first_choice", 29], ["second_choice", 31], ["third_choice", 28], ["fourth_choice", 30], ["fifth_choice", 13], ["sixth_choice", 7], ["seventh_choice", 6], ["created_at", "2016-12-03 03:57:43.726827"], ["updated_at", "2016-12-03 03:57:43.726827"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 12], ["username", "gunsoo02@berkeley.edu"], ["first_choice", 4], ["second_choice", 23], ["third_choice", 6], ["fourth_choice", 19], ["fifth_choice", 22], ["sixth_choice", 27], ["seventh_choice", 3], ["created_at", "2016-12-03 03:57:43.728723"], ["updated_at", "2016-12-03 03:57:43.728723"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 13], ["username", "kailiyen@berkeley.edu"], ["first_choice", 21], ["second_choice", 5], ["third_choice", 14], ["fourth_choice", 20], ["fifth_choice", 27], ["sixth_choice", 30], ["seventh_choice", 4], ["created_at", "2016-12-03 03:57:43.730775"], ["updated_at", "2016-12-03 03:57:43.730775"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 14], ["username", "hiftekhar@berkeley.edu"], ["first_choice", 10], ["second_choice", 3], ["third_choice", 23], ["fourth_choice", 7], ["fifth_choice", 27], ["sixth_choice", 1], ["seventh_choice", 11], ["created_at", "2016-12-03 03:57:43.732736"], ["updated_at", "2016-12-03 03:57:43.732736"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 15], ["username", "mingu08@berkeley.edu"], ["first_choice", 32], ["second_choice", 31], ["third_choice", 9], ["fourth_choice", 28], ["fifth_choice", 15], ["sixth_choice", 33], ["seventh_choice", 14], ["created_at", "2016-12-03 03:57:43.734506"], ["updated_at", "2016-12-03 03:57:43.734506"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 16], ["username", "stevencheng@berkeley.edu"], ["first_choice", 9], ["second_choice", 10], ["third_choice", 2], ["fourth_choice", 29], ["fifth_choice", 28], ["sixth_choice", 30], ["seventh_choice", 31], ["created_at", "2016-12-03 03:57:43.736604"], ["updated_at", "2016-12-03 03:57:43.736604"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 17], ["username", "ross.teixeira@berkeley.edu"], ["first_choice", 13], ["second_choice", 22], ["third_choice", 2], ["fourth_choice", 10], ["fifth_choice", 32], ["sixth_choice", 7], ["seventh_choice", 1], ["created_at", "2016-12-03 03:57:43.738566"], ["updated_at", "2016-12-03 03:57:43.738566"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 18], ["username", "dasolyoon@berkeley.edu"], ["first_choice", 31], ["second_choice", 33], ["third_choice", 29], ["fourth_choice", 32], ["fifth_choice", 14], ["sixth_choice", 28], ["seventh_choice", 13], ["created_at", "2016-12-03 03:57:43.740328"], ["updated_at", "2016-12-03 03:57:43.740328"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 19], ["username", "akuo5@berkeley.edu"], ["first_choice", 10], ["second_choice", 31], ["third_choice", 22], ["fourth_choice", 23], ["fifth_choice", 9], ["sixth_choice", 15], ["seventh_choice", 3], ["created_at", "2016-12-03 03:57:43.742110"], ["updated_at", "2016-12-03 03:57:43.742110"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 20], ["username", "jessheisme@berkeley.edu"], ["first_choice", 2], ["second_choice", 12], ["third_choice", 15], ["fourth_choice", 10], ["fifth_choice", 13], ["sixth_choice", 34], ["seventh_choice", 14], ["created_at", "2016-12-03 03:57:43.743872"], ["updated_at", "2016-12-03 03:57:43.743872"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 21], ["username", "floresivette@berkeley.edu"], ["first_choice", 4], ["second_choice", 12], ["third_choice", 31], ["fourth_choice", 32], ["fifth_choice", 22], ["sixth_choice", 1], ["seventh_choice", 7], ["created_at", "2016-12-03 03:57:43.745857"], ["updated_at", "2016-12-03 03:57:43.745857"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 22], ["username", "wongdaniel8@berkeley.edu"], ["first_choice", 2], ["second_choice", 21], ["third_choice", 33], ["fourth_choice", 11], ["fifth_choice", 17], ["sixth_choice", 10], ["seventh_choice", 19], ["created_at", "2016-12-03 03:57:43.747766"], ["updated_at", "2016-12-03 03:57:43.747766"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 23], ["username", "mcraig@berkeley.edu"], ["first_choice", 14], ["second_choice", 5], ["third_choice", 27], ["fourth_choice", 4], ["fifth_choice", 33], ["sixth_choice", 23], ["seventh_choice", 20], ["created_at", "2016-12-03 03:57:43.749594"], ["updated_at", "2016-12-03 03:57:43.749594"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 24], ["username", "tusharsingal@berkeley.edu"], ["first_choice", 29], ["second_choice", 14], ["third_choice", 31], ["fourth_choice", 30], ["fifth_choice", 22], ["sixth_choice", 6], ["seventh_choice", 19], ["created_at", "2016-12-03 03:57:43.751586"], ["updated_at", "2016-12-03 03:57:43.751586"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 25], ["username", "shuoyao@berkeley.edu"], ["first_choice", 23], ["second_choice", 4], ["third_choice", 2], ["fourth_choice", 27], ["fifth_choice", 13], ["sixth_choice", 34], ["seventh_choice", 3], ["created_at", "2016-12-03 03:57:43.753534"], ["updated_at", "2016-12-03 03:57:43.753534"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 26], ["username", "theguo007@berkeley.edu"], ["first_choice", 5], ["second_choice", 15], ["third_choice", 10], ["fourth_choice", 9], ["fifth_choice", 12], ["sixth_choice", 14], ["seventh_choice", 2], ["created_at", "2016-12-03 03:57:43.755294"], ["updated_at", "2016-12-03 03:57:43.755294"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 28], ["username", "victorhlu@berkeley.edu"], ["first_choice", 33], ["second_choice", 6], ["third_choice", 19], ["fourth_choice", 31], ["fifth_choice", 23], ["sixth_choice", 28], ["seventh_choice", 10], ["created_at", "2016-12-03 03:57:43.757054"], ["updated_at", "2016-12-03 03:57:43.757054"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 29], ["username", "s.keegan@berkeley.edu"], ["first_choice", 8], ["second_choice", 16], ["third_choice", 14], ["fourth_choice", 22], ["fifth_choice", 23], ["sixth_choice", 27], ["seventh_choice", 9], ["created_at", "2016-12-03 03:57:43.758773"], ["updated_at", "2016-12-03 03:57:43.758773"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:43.763166"], ["updated_at", "2016-12-03 03:57:43.763166"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project1"], ["id", 1], ["created_at", "2016-12-03 03:57:43.772589"], ["updated_at", "2016-12-03 03:57:43.772589"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project2"], ["id", 2], ["created_at", "2016-12-03 03:57:43.774134"], ["updated_at", "2016-12-03 03:57:43.774134"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project3"], ["id", 3], ["created_at", "2016-12-03 03:57:43.775535"], ["updated_at", "2016-12-03 03:57:43.775535"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project4"], ["id", 4], ["created_at", "2016-12-03 03:57:43.776767"], ["updated_at", "2016-12-03 03:57:43.776767"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project5"], ["id", 5], ["created_at", "2016-12-03 03:57:43.777916"], ["updated_at", "2016-12-03 03:57:43.777916"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project6"], ["id", 6], ["created_at", "2016-12-03 03:57:43.779127"], ["updated_at", "2016-12-03 03:57:43.779127"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project7"], ["id", 7], ["created_at", "2016-12-03 03:57:43.780519"], ["updated_at", "2016-12-03 03:57:43.780519"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("project_name", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["project_name", "Project8"], ["id", 8], ["created_at", "2016-12-03 03:57:43.781910"], ["updated_at", "2016-12-03 03:57:43.781910"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:57:43.783368"], ["updated_at", "2016-12-03 03:57:43.783368"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 5]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 6]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 8]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 1]]
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 1], ["first_choice", 1], ["second_choice", 2], ["third_choice", 3], ["fourth_choice", 4], ["fifth_choice", 5], ["sixth_choice", 6], ["seventh_choice", 7], ["created_at", "2016-12-03 03:57:43.823471"], ["updated_at", "2016-12-03 03:57:43.823471"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", nil]]
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.2ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("group_tab", "created_at", "updated_at") VALUES (?, ?, ?)  [["group_tab", "!A1:Y1000"], ["created_at", "2016-12-03 03:57:43.856748"], ["updated_at", "2016-12-03 03:57:43.856748"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:54 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.6ms)
  Rendered login/index.html.erb within layouts/application (6.6ms)
Completed 200 OK in 244ms (Views: 233.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:54 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (17.9ms)
Completed 200 OK in 36ms (Views: 26.2ms | ActiveRecord: 0.7ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:57:54 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered projects/new.html.erb within layouts/application (1.8ms)
Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Bob%27s+Bakery" for 127.0.0.1 at 2016-12-03 03:57:54 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Bob's Bakery"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Bob's Bakery"], ["created_at", "2016-12-03 03:57:54.597076"], ["updated_at", "2016-12-03 03:57:54.597076"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 30ms (ActiveRecord: 1.7ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:57:54 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (1.4ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms)
   (0.2ms)  rollback transaction
   (0.9ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:54 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (1.4ms)
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:54 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (6.6ms)
Completed 200 OK in 21ms (Views: 18.4ms | ActiveRecord: 0.5ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.5ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:54 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:54 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:54 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.5ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:57:54 +0000
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (10.6ms)
  Rendered google/index.html.erb within layouts/application (12.6ms)
Completed 200 OK in 18ms (Views: 17.7ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "groups"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:57:55.280734"], ["updated_at", "2016-12-03 03:57:55.280734"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:57:55.282686"], ["updated_at", "2016-12-03 03:57:55.282686"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 38ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (4.1ms)
  Rendered google/index.html.erb within layouts/application (4.8ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.3ms)
Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.4ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Rendered google/_not_authorized.html.erb (4.7ms)
  Rendered google/index.html.erb within layouts/application (5.6ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:57:55.375290"], ["updated_at", "2016-12-03 03:57:55.375290"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2016-12-03 03:57:55.377320"], ["updated_at", "2016-12-03 03:57:55.377320"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started POST "/google/authorize" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GoogleController#complete_authorization as HTML
  Parameters: {"utf8"=>"✓", "code"=>"TEST"}
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 31ms (ActiveRecord: 0.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.5ms)
  Rendered google/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.0ms)
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:55.456946"], ["updated_at", "2016-12-03 03:57:55.456946"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.4ms)
Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:55.499150"], ["updated_at", "2016-12-03 03:57:55.499150"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 8ms (ActiveRecord: 1.1ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (5.1ms)
  Rendered google/index.html.erb within layouts/application (5.8ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:55.516571"], ["updated_at", "2016-12-03 03:57:55.516571"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:57:55.521639"], ["updated_at", "2016-12-03 03:57:55.521639"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:57:55.523576"], ["updated_at", "2016-12-03 03:57:55.523576"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:57:55.524996"], ["updated_at", "2016-12-03 03:57:55.524996"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:57:55.526598"], ["updated_at", "2016-12-03 03:57:55.526598"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:57:55.527888"], ["updated_at", "2016-12-03 03:57:55.527888"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:57:55.529172"], ["updated_at", "2016-12-03 03:57:55.529172"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:57:55.530402"], ["updated_at", "2016-12-03 03:57:55.530402"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:57:55.531670"], ["updated_at", "2016-12-03 03:57:55.531670"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:57:55.532883"], ["updated_at", "2016-12-03 03:57:55.532883"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:57:55.534158"], ["updated_at", "2016-12-03 03:57:55.534158"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:57:55.535400"], ["updated_at", "2016-12-03 03:57:55.535400"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:57:55.536842"], ["updated_at", "2016-12-03 03:57:55.536842"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:57:55.538703"], ["updated_at", "2016-12-03 03:57:55.538703"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:57:55.540529"], ["updated_at", "2016-12-03 03:57:55.540529"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:57:55.542388"], ["updated_at", "2016-12-03 03:57:55.542388"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:57:55.544234"], ["updated_at", "2016-12-03 03:57:55.544234"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:57:55.546106"], ["updated_at", "2016-12-03 03:57:55.546106"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:57:55.547799"], ["updated_at", "2016-12-03 03:57:55.547799"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:57:55.549692"], ["updated_at", "2016-12-03 03:57:55.549692"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:57:55.550954"], ["updated_at", "2016-12-03 03:57:55.550954"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:57:55.552238"], ["updated_at", "2016-12-03 03:57:55.552238"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:57:55.554401"], ["updated_at", "2016-12-03 03:57:55.554401"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:57:55.556522"], ["updated_at", "2016-12-03 03:57:55.556522"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:57:55.558435"], ["updated_at", "2016-12-03 03:57:55.558435"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."force_matched_project_id" = ? LIMIT 1  [["force_matched_project_id", 1]]
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  UPDATE "groups" SET "force_matched_project_id" = ?, "updated_at" = ? WHERE "groups"."id" = ?  [["force_matched_project_id", 1], ["updated_at", "2016-12-03 03:57:55.586174"], ["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.3ms)
Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 1], ["created_at", "2016-12-03 03:57:55.618010"], ["updated_at", "2016-12-03 03:57:55.618010"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:57:55.621059"], ["updated_at", "2016-12-03 03:57:55.621059"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:57:55.622749"], ["updated_at", "2016-12-03 03:57:55.622749"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 13ms (ActiveRecord: 1.2ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 1]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (40.0ms)
Completed 200 OK in 50ms (Views: 40.1ms | ActiveRecord: 1.8ms)
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups"  ORDER BY "groups"."id" ASC LIMIT 1
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects"  ORDER BY "projects"."id" ASC LIMIT 1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (2.8ms)
Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.5ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.3ms)
  Rendered google/index.html.erb within layouts/application (4.8ms)
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.0ms)
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.4ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.0ms)
  Rendered google/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.2ms)
Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.4ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered groups/index.html.erb within layouts/application (1.4ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.2ms)
Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:55.853344"], ["updated_at", "2016-12-03 03:57:55.853344"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.4ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.6ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:55.891118"], ["updated_at", "2016-12-03 03:57:55.891118"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.7ms)
  Rendered google/index.html.erb within layouts/application (4.2ms)
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:55.904075"], ["updated_at", "2016-12-03 03:57:55.904075"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:57:55.907643"], ["updated_at", "2016-12-03 03:57:55.907643"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:57:55.909067"], ["updated_at", "2016-12-03 03:57:55.909067"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:57:55.910333"], ["updated_at", "2016-12-03 03:57:55.910333"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:57:55.911592"], ["updated_at", "2016-12-03 03:57:55.911592"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:57:55.912797"], ["updated_at", "2016-12-03 03:57:55.912797"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:57:55.914225"], ["updated_at", "2016-12-03 03:57:55.914225"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:57:55.915489"], ["updated_at", "2016-12-03 03:57:55.915489"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:57:55.916945"], ["updated_at", "2016-12-03 03:57:55.916945"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:57:55.918388"], ["updated_at", "2016-12-03 03:57:55.918388"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:57:55.919792"], ["updated_at", "2016-12-03 03:57:55.919792"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:57:55.921013"], ["updated_at", "2016-12-03 03:57:55.921013"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:57:55.922277"], ["updated_at", "2016-12-03 03:57:55.922277"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:57:55.923722"], ["updated_at", "2016-12-03 03:57:55.923722"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:57:55.924913"], ["updated_at", "2016-12-03 03:57:55.924913"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:57:55.926115"], ["updated_at", "2016-12-03 03:57:55.926115"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:57:55.927365"], ["updated_at", "2016-12-03 03:57:55.927365"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:57:55.928728"], ["updated_at", "2016-12-03 03:57:55.928728"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:57:55.930344"], ["updated_at", "2016-12-03 03:57:55.930344"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:57:55.931604"], ["updated_at", "2016-12-03 03:57:55.931604"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:57:55.932792"], ["updated_at", "2016-12-03 03:57:55.932792"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:57:55.934119"], ["updated_at", "2016-12-03 03:57:55.934119"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:57:55.936296"], ["updated_at", "2016-12-03 03:57:55.936296"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:57:55.938134"], ["updated_at", "2016-12-03 03:57:55.938134"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:57:55.940127"], ["updated_at", "2016-12-03 03:57:55.940127"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.5ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 5]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (6.9ms)
Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.9ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓", "delete"=>{"2"=>"1"}}
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
   (0.1ms)  SAVEPOINT active_record_1
  Match Load (0.1ms)  SELECT  "matches".* FROM "matches" WHERE "matches"."group_id" = ? LIMIT 1  [["group_id", 2]]
  SQL (0.1ms)  DELETE FROM "groups" WHERE "groups"."id" = ?  [["id", 2]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/groups
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 13]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 20]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 21]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 12]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 9]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 7]]
  Rendered groups/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.6ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:55 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.8ms)
Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.7ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GroupsController#index as HTML
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered groups/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)
Started POST "/groups/destroy_multiple" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GroupsController#destroy_multiple as HTML
  Parameters: {"utf8"=>"✓"}
Redirected to http://www.example.com/groups
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/groups" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GroupsController#index as HTML
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered groups/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.4ms)
Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.6ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (2.9ms)
Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.3ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:56.082298"], ["updated_at", "2016-12-03 03:57:56.082298"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.4ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.1ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:56.117622"], ["updated_at", "2016-12-03 03:57:56.117622"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 6ms (ActiveRecord: 0.8ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.6ms)
  Rendered google/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:56.130197"], ["updated_at", "2016-12-03 03:57:56.130197"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:57:56.133646"], ["updated_at", "2016-12-03 03:57:56.133646"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:57:56.135225"], ["updated_at", "2016-12-03 03:57:56.135225"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:57:56.136583"], ["updated_at", "2016-12-03 03:57:56.136583"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:57:56.137974"], ["updated_at", "2016-12-03 03:57:56.137974"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:57:56.139498"], ["updated_at", "2016-12-03 03:57:56.139498"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:57:56.141033"], ["updated_at", "2016-12-03 03:57:56.141033"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:57:56.142244"], ["updated_at", "2016-12-03 03:57:56.142244"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:57:56.143582"], ["updated_at", "2016-12-03 03:57:56.143582"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:57:56.145033"], ["updated_at", "2016-12-03 03:57:56.145033"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:57:56.146432"], ["updated_at", "2016-12-03 03:57:56.146432"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:57:56.148136"], ["updated_at", "2016-12-03 03:57:56.148136"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:57:56.149844"], ["updated_at", "2016-12-03 03:57:56.149844"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:57:56.151700"], ["updated_at", "2016-12-03 03:57:56.151700"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:57:56.153359"], ["updated_at", "2016-12-03 03:57:56.153359"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:57:56.155142"], ["updated_at", "2016-12-03 03:57:56.155142"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:57:56.156585"], ["updated_at", "2016-12-03 03:57:56.156585"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:57:56.157846"], ["updated_at", "2016-12-03 03:57:56.157846"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:57:56.159164"], ["updated_at", "2016-12-03 03:57:56.159164"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:57:56.160434"], ["updated_at", "2016-12-03 03:57:56.160434"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:57:56.161701"], ["updated_at", "2016-12-03 03:57:56.161701"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:57:56.162913"], ["updated_at", "2016-12-03 03:57:56.162913"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:57:56.165130"], ["updated_at", "2016-12-03 03:57:56.165130"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:57:56.167145"], ["updated_at", "2016-12-03 03:57:56.167145"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:57:56.168936"], ["updated_at", "2016-12-03 03:57:56.168936"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.9ms)
Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:57:56.189093"], ["updated_at", "2016-12-03 03:57:56.189093"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:57:56.190561"], ["updated_at", "2016-12-03 03:57:56.190561"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:57:56.192013"], ["updated_at", "2016-12-03 03:57:56.192013"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (40.6ms)
Completed 200 OK in 45ms (Views: 40.8ms | ActiveRecord: 2.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (34.1ms)
Completed 200 OK in 39ms (Views: 34.1ms | ActiveRecord: 1.6ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.8ms)
Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:56.329529"], ["updated_at", "2016-12-03 03:57:56.329529"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Setting Load (0.1ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.6ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:56.370772"], ["updated_at", "2016-12-03 03:57:56.370772"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.8ms)
  Rendered google/index.html.erb within layouts/application (4.3ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:56.386236"], ["updated_at", "2016-12-03 03:57:56.386236"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:57:56.390089"], ["updated_at", "2016-12-03 03:57:56.390089"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:57:56.391689"], ["updated_at", "2016-12-03 03:57:56.391689"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:57:56.393214"], ["updated_at", "2016-12-03 03:57:56.393214"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:57:56.394751"], ["updated_at", "2016-12-03 03:57:56.394751"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:57:56.396559"], ["updated_at", "2016-12-03 03:57:56.396559"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:57:56.398231"], ["updated_at", "2016-12-03 03:57:56.398231"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:57:56.399829"], ["updated_at", "2016-12-03 03:57:56.399829"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:57:56.401097"], ["updated_at", "2016-12-03 03:57:56.401097"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:57:56.402286"], ["updated_at", "2016-12-03 03:57:56.402286"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:57:56.403680"], ["updated_at", "2016-12-03 03:57:56.403680"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:57:56.405523"], ["updated_at", "2016-12-03 03:57:56.405523"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:57:56.406756"], ["updated_at", "2016-12-03 03:57:56.406756"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:57:56.408145"], ["updated_at", "2016-12-03 03:57:56.408145"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:57:56.409366"], ["updated_at", "2016-12-03 03:57:56.409366"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:57:56.411348"], ["updated_at", "2016-12-03 03:57:56.411348"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:57:56.413325"], ["updated_at", "2016-12-03 03:57:56.413325"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:57:56.415260"], ["updated_at", "2016-12-03 03:57:56.415260"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:57:56.417173"], ["updated_at", "2016-12-03 03:57:56.417173"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:57:56.419037"], ["updated_at", "2016-12-03 03:57:56.419037"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:57:56.420979"], ["updated_at", "2016-12-03 03:57:56.420979"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:57:56.422842"], ["updated_at", "2016-12-03 03:57:56.422842"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:57:56.426179"], ["updated_at", "2016-12-03 03:57:56.426179"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:57:56.429408"], ["updated_at", "2016-12-03 03:57:56.429408"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:57:56.432601"], ["updated_at", "2016-12-03 03:57:56.432601"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.2ms)
Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:57:56.456567"], ["updated_at", "2016-12-03 03:57:56.456567"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:57:56.458098"], ["updated_at", "2016-12-03 03:57:56.458098"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:57:56.459567"], ["updated_at", "2016-12-03 03:57:56.459567"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 8ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (32.4ms)
Completed 200 OK in 37ms (Views: 32.8ms | ActiveRecord: 1.6ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.2ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:57:56.514466"], ["updated_at", "2016-12-03 03:57:56.514466"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:57:56.516202"], ["updated_at", "2016-12-03 03:57:56.516202"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:57:56.517616"], ["updated_at", "2016-12-03 03:57:56.517616"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (31.0ms)
Completed 200 OK in 35ms (Views: 31.5ms | ActiveRecord: 1.5ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.7ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.5ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.2ms)
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.4ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.3ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)
Started GET "/projects/new" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by ProjectsController#new as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered projects/new.html.erb within layouts/application (0.7ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started GET "/projects/new?utf8=%E2%9C%93&project_name=Test+Project" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by ProjectsController#new as HTML
  Parameters: {"utf8"=>"✓", "project_name"=>"Test Project"}
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("project_name", "created_at", "updated_at") VALUES (?, ?, ?)  [["project_name", "Test Project"], ["created_at", "2016-12-03 03:57:56.664151"], ["updated_at", "2016-12-03 03:57:56.664151"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/projects
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
Started GET "/projects" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by ProjectsController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
   (0.1ms)  SELECT COUNT(*) FROM "projects"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered projects/index.html.erb within layouts/application (1.4ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.3ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.1ms)  SELECT "matches".* FROM "matches"
   (0.2ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.8ms)
Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:56.707017"], ["updated_at", "2016-12-03 03:57:56.707017"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.7ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.3ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:56.747365"], ["updated_at", "2016-12-03 03:57:56.747365"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 8ms (ActiveRecord: 1.1ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.3ms)
  Rendered google/_not_authorized.html.erb (3.9ms)
  Rendered google/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:56.762143"], ["updated_at", "2016-12-03 03:57:56.762143"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:57:56.767011"], ["updated_at", "2016-12-03 03:57:56.767011"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:57:56.768569"], ["updated_at", "2016-12-03 03:57:56.768569"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:57:56.769869"], ["updated_at", "2016-12-03 03:57:56.769869"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:57:56.771194"], ["updated_at", "2016-12-03 03:57:56.771194"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:57:56.772482"], ["updated_at", "2016-12-03 03:57:56.772482"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:57:56.774242"], ["updated_at", "2016-12-03 03:57:56.774242"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:57:56.775580"], ["updated_at", "2016-12-03 03:57:56.775580"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:57:56.777026"], ["updated_at", "2016-12-03 03:57:56.777026"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:57:56.778328"], ["updated_at", "2016-12-03 03:57:56.778328"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:57:56.779683"], ["updated_at", "2016-12-03 03:57:56.779683"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:57:56.781269"], ["updated_at", "2016-12-03 03:57:56.781269"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:57:56.782571"], ["updated_at", "2016-12-03 03:57:56.782571"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:57:56.783880"], ["updated_at", "2016-12-03 03:57:56.783880"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:57:56.785240"], ["updated_at", "2016-12-03 03:57:56.785240"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:57:56.786522"], ["updated_at", "2016-12-03 03:57:56.786522"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:57:56.787808"], ["updated_at", "2016-12-03 03:57:56.787808"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:57:56.789146"], ["updated_at", "2016-12-03 03:57:56.789146"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:57:56.790433"], ["updated_at", "2016-12-03 03:57:56.790433"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:57:56.791964"], ["updated_at", "2016-12-03 03:57:56.791964"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:57:56.793254"], ["updated_at", "2016-12-03 03:57:56.793254"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:57:56.794522"], ["updated_at", "2016-12-03 03:57:56.794522"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:57:56.796775"], ["updated_at", "2016-12-03 03:57:56.796775"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:57:56.798800"], ["updated_at", "2016-12-03 03:57:56.798800"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:57:56.800907"], ["updated_at", "2016-12-03 03:57:56.800907"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.0ms)
Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.6ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:57:56.822840"], ["updated_at", "2016-12-03 03:57:56.822840"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:57:56.824507"], ["updated_at", "2016-12-03 03:57:56.824507"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:57:56.826019"], ["updated_at", "2016-12-03 03:57:56.826019"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (32.5ms)
Completed 200 OK in 37ms (Views: 32.8ms | ActiveRecord: 1.6ms)
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.2ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered login/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.2ms)
Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.5ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:56.907424"], ["updated_at", "2016-12-03 03:57:56.907424"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (2.1ms)
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:56.951082"], ["updated_at", "2016-12-03 03:57:56.951082"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 7ms (ActiveRecord: 0.9ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (3.9ms)
  Rendered google/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:56.965540"], ["updated_at", "2016-12-03 03:57:56.965540"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:56 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:57:56.970039"], ["updated_at", "2016-12-03 03:57:56.970039"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:57:56.972012"], ["updated_at", "2016-12-03 03:57:56.972012"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:57:56.973275"], ["updated_at", "2016-12-03 03:57:56.973275"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:57:56.974690"], ["updated_at", "2016-12-03 03:57:56.974690"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:57:56.976000"], ["updated_at", "2016-12-03 03:57:56.976000"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:57:56.977323"], ["updated_at", "2016-12-03 03:57:56.977323"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:57:56.978565"], ["updated_at", "2016-12-03 03:57:56.978565"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:57:56.980052"], ["updated_at", "2016-12-03 03:57:56.980052"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:57:56.981541"], ["updated_at", "2016-12-03 03:57:56.981541"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:57:56.982979"], ["updated_at", "2016-12-03 03:57:56.982979"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:57:56.984682"], ["updated_at", "2016-12-03 03:57:56.984682"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:57:56.986321"], ["updated_at", "2016-12-03 03:57:56.986321"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:57:56.988001"], ["updated_at", "2016-12-03 03:57:56.988001"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:57:56.989610"], ["updated_at", "2016-12-03 03:57:56.989610"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:57:56.991080"], ["updated_at", "2016-12-03 03:57:56.991080"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:57:56.992539"], ["updated_at", "2016-12-03 03:57:56.992539"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:57:56.994007"], ["updated_at", "2016-12-03 03:57:56.994007"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:57:56.995616"], ["updated_at", "2016-12-03 03:57:56.995616"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:57:56.997029"], ["updated_at", "2016-12-03 03:57:56.997029"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:57:56.998721"], ["updated_at", "2016-12-03 03:57:56.998721"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:57:57.000328"], ["updated_at", "2016-12-03 03:57:57.000328"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:57:57.002935"], ["updated_at", "2016-12-03 03:57:57.002935"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:57:57.005540"], ["updated_at", "2016-12-03 03:57:57.005540"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:57:57.009033"], ["updated_at", "2016-12-03 03:57:57.009033"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:57:57 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.3ms)
Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:57:57 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.1ms)  SELECT "groups".* FROM "groups"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:57:57.033101"], ["updated_at", "2016-12-03 03:57:57.033101"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:57:57.034645"], ["updated_at", "2016-12-03 03:57:57.034645"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:57:57.036205"], ["updated_at", "2016-12-03 03:57:57.036205"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:57 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (32.0ms)
Completed 200 OK in 36ms (Views: 32.1ms | ActiveRecord: 1.7ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
   (0.1ms)  begin transaction
Started GET "/" for 127.0.0.1 at 2016-12-03 03:57:57 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered matches/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms)
Started GET "/login" for 127.0.0.1 at 2016-12-03 03:57:57 +0000
Processing by LoginController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.1ms)
  Rendered login/index.html.erb within layouts/application (0.5ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Started POST "/login/attempt" for 127.0.0.1 at 2016-12-03 03:57:57 +0000
Processing by LoginController#attempt as HTML
  Parameters: {"utf8"=>"✓", "password"=>"[FILTERED]"}
Redirected to http://www.example.com/matches
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:57 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.2ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (3.3ms)
Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.4ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:57.111777"], ["updated_at", "2016-12-03 03:57:57.111777"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:57 +0000
Processing by GoogleController#settings as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
  Rendered google/settings.erb within layouts/application (1.5ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms)
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:57 +0000
Processing by GoogleController#save_preferences as HTML
  Parameters: {"utf8"=>"✓", "spreadsheet_id"=>"1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI", "group_tab"=>"Groups!A1:Y1000", "group_username_col"=>"1", "group_id_col"=>"2", "group_preference_1"=>"4", "group_preference_2"=>"5", "group_preference_3"=>"6", "group_preference_4"=>"7", "group_preference_5"=>"8", "group_preference_6"=>"9", "group_preference_7"=>"10", "project_tab"=>"Projects", "project_id_col"=>"0", "project_name_col"=>"1", "matches_tab"=>"Current_Match"}
  Setting Load (0.2ms)  SELECT "settings".* FROM "settings"
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  DELETE FROM "settings" WHERE "settings"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:57.153559"], ["updated_at", "2016-12-03 03:57:57.153559"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings"  ORDER BY "settings"."id" ASC LIMIT 1
Redirected to http://www.example.com/google/fetch
Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
Started GET "/google/fetch" for 127.0.0.1 at 2016-12-03 03:57:57 +0000
Processing by GoogleController#index as HTML
  Rendered layouts/_sidebar.html.erb (0.2ms)
  Rendered google/_not_authorized.html.erb (4.8ms)
  Rendered google/index.html.erb within layouts/application (5.4ms)
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "settings" ("spreadsheet_id", "group_tab", "group_username_col", "group_id_col", "group_preference_1", "group_preference_2", "group_preference_3", "group_preference_4", "group_preference_5", "group_preference_6", "group_preference_7", "project_tab", "project_id_col", "project_name_col", "matches_tab", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["spreadsheet_id", "1kPwI0T6PnmVT9TF7QqDa1TWsKlnNRG2sXGBsnhWv7AI"], ["group_tab", "Groups!A1:Y1000"], ["group_username_col", "1"], ["group_id_col", "2"], ["group_preference_1", "4"], ["group_preference_2", "5"], ["group_preference_3", "6"], ["group_preference_4", "7"], ["group_preference_5", "8"], ["group_preference_6", "9"], ["group_preference_7", "10"], ["project_tab", "Projects"], ["project_id_col", "0"], ["project_name_col", "1"], ["matches_tab", "Current_Match"], ["created_at", "2016-12-03 03:57:57.170756"], ["updated_at", "2016-12-03 03:57:57.170756"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started PUT "/google/settings" for 127.0.0.1 at 2016-12-03 03:57:57 +0000
Processing by GoogleController#save_preferences as HTML
Redirected to http://example.org/login
Filter chain halted as :check_logged_in rendered or redirected
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.2ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 1], ["project_name", "Alameda and Contra Costa Counties Optometric Society (ACCCOS)"], ["created_at", "2016-12-03 03:57:57.175609"], ["updated_at", "2016-12-03 03:57:57.175609"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 2], ["project_name", "Alzheimer's Greater Los Angeles"], ["created_at", "2016-12-03 03:57:57.178012"], ["updated_at", "2016-12-03 03:57:57.178012"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 3], ["project_name", "American Red Cross at Cal"], ["created_at", "2016-12-03 03:57:57.180160"], ["updated_at", "2016-12-03 03:57:57.180160"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 4], ["project_name", "Armando Fox - Altarena Playhouse & Custom Made Theater Co"], ["created_at", "2016-12-03 03:57:57.182072"], ["updated_at", "2016-12-03 03:57:57.182072"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 5], ["project_name", "AsylumConnect"], ["created_at", "2016-12-03 03:57:57.183775"], ["updated_at", "2016-12-03 03:57:57.183775"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 6], ["project_name", "Breathe California"], ["created_at", "2016-12-03 03:57:57.185478"], ["updated_at", "2016-12-03 03:57:57.185478"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 7], ["project_name", "California Poets in the Schools"], ["created_at", "2016-12-03 03:57:57.186987"], ["updated_at", "2016-12-03 03:57:57.186987"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 8], ["project_name", "China US Culture Exchange Center"], ["created_at", "2016-12-03 03:57:57.188335"], ["updated_at", "2016-12-03 03:57:57.188335"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 9], ["project_name", "CITY DOG SHARE (Calendar App)"], ["created_at", "2016-12-03 03:57:57.189610"], ["updated_at", "2016-12-03 03:57:57.189610"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 10], ["project_name", "CITY DOG SHARE (Dog Profile App)"], ["created_at", "2016-12-03 03:57:57.190951"], ["updated_at", "2016-12-03 03:57:57.190951"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 11], ["project_name", "CommunityGrows"], ["created_at", "2016-12-03 03:57:57.192395"], ["updated_at", "2016-12-03 03:57:57.192395"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 12], ["project_name", "Da-Tong Society of China Studies"], ["created_at", "2016-12-03 03:57:57.193941"], ["updated_at", "2016-12-03 03:57:57.193941"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 13], ["project_name", "Effective Altruists of Berkeley"], ["created_at", "2016-12-03 03:57:57.195548"], ["updated_at", "2016-12-03 03:57:57.195548"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 14], ["project_name", "Engineers Without Borders - San Francisco Professional Chapter"], ["created_at", "2016-12-03 03:57:57.197011"], ["updated_at", "2016-12-03 03:57:57.197011"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 15], ["project_name", "esential"], ["created_at", "2016-12-03 03:57:57.198314"], ["updated_at", "2016-12-03 03:57:57.198314"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 16], ["project_name", "Faludi Design"], ["created_at", "2016-12-03 03:57:57.199660"], ["updated_at", "2016-12-03 03:57:57.199660"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 17], ["project_name", "health4theworld.org"], ["created_at", "2016-12-03 03:57:57.201074"], ["updated_at", "2016-12-03 03:57:57.201074"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 18], ["project_name", "In the Potters Hands"], ["created_at", "2016-12-03 03:57:57.202435"], ["updated_at", "2016-12-03 03:57:57.202435"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 19], ["project_name", "Institute of Personality and Social Research"], ["created_at", "2016-12-03 03:57:57.204030"], ["updated_at", "2016-12-03 03:57:57.204030"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 20], ["project_name", "IntegrateNYC4Me"], ["created_at", "2016-12-03 03:57:57.205786"], ["updated_at", "2016-12-03 03:57:57.205786"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "projects" ("id", "project_name", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["id", 21], ["project_name", "ORAM"], ["created_at", "2016-12-03 03:57:57.207283"], ["updated_at", "2016-12-03 03:57:57.207283"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 2], ["username", "jsullivan27@berkeley.edu"], ["first_choice", 11], ["second_choice", 3], ["third_choice", 5], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 13], ["seventh_choice", 21], ["created_at", "2016-12-03 03:57:57.210281"], ["updated_at", "2016-12-03 03:57:57.210281"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 3], ["username", "aditya2013@berkeley.edu"], ["first_choice", 4], ["second_choice", 10], ["third_choice", 13], ["fourth_choice", 20], ["fifth_choice", 12], ["sixth_choice", 21], ["seventh_choice", 12], ["created_at", "2016-12-03 03:57:57.213098"], ["updated_at", "2016-12-03 03:57:57.213098"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "groups" ("id", "username", "first_choice", "second_choice", "third_choice", "fourth_choice", "fifth_choice", "sixth_choice", "seventh_choice", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["id", 4], ["username", "junyuw@berkeley.edu"], ["first_choice", 10], ["second_choice", 12], ["third_choice", 9], ["fourth_choice", 9], ["fifth_choice", 4], ["sixth_choice", 11], ["seventh_choice", 7], ["created_at", "2016-12-03 03:57:57.215353"], ["updated_at", "2016-12-03 03:57:57.215353"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Started GET "/" for 127.0.0.1 at 2016-12-03 03:57:57 +0000
Processing by MatchesController#index as HTML
  Match Load (0.1ms)  SELECT "matches".* FROM "matches"
  Rendered layouts/_sidebar.html.erb (0.3ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.2ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (4.3ms)
Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.5ms)
Started GET "/matches/new?loss_function=power&x=1.0" for 127.0.0.1 at 2016-12-03 03:57:57 +0000
Processing by MatchesController#new as HTML
  Parameters: {"loss_function"=>"power", "x"=>"1.0"}
  Group Load (0.3ms)  SELECT "groups".* FROM "groups"
  Project Load (0.3ms)  SELECT "projects".* FROM "projects"
  SQL (0.1ms)  DELETE FROM "matches"
   (0.2ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 2], ["project_id", 11], ["created_at", "2016-12-03 03:57:57.245418"], ["updated_at", "2016-12-03 03:57:57.245418"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 3], ["project_id", 4], ["created_at", "2016-12-03 03:57:57.247584"], ["updated_at", "2016-12-03 03:57:57.247584"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  SQL (0.1ms)  INSERT INTO "matches" ("group_id", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["group_id", 4], ["project_id", 10], ["created_at", "2016-12-03 03:57:57.249252"], ["updated_at", "2016-12-03 03:57:57.249252"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
Redirected to http://www.example.com/matches
Completed 302 Found in 12ms (ActiveRecord: 1.6ms)
Started GET "/matches" for 127.0.0.1 at 2016-12-03 03:57:57 +0000
Processing by MatchesController#index as HTML
  Match Load (0.2ms)  SELECT "matches".* FROM "matches"
  Group Load (0.2ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Group Load (0.1ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  Rendered layouts/_sidebar.html.erb (0.4ms)
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT "matches".* FROM "matches"
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 2]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 3]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
  CACHE (0.0ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 11]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 4]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1  [["id", 10]]
   (0.1ms)  SELECT "matches"."project_id" FROM "matches"
  Project Load (0.1ms)  SELECT "projects".* FROM "projects"
  Rendered matches/index.html.erb within layouts/application (31.7ms)
Completed 200 OK in 38ms (Views: 32.2ms | ActiveRecord: 1.9ms)
   (0.2ms)  rollback transaction