{"id":8,"date":"2017-02-03T16:44:04","date_gmt":"2017-02-03T16:44:04","guid":{"rendered":"http:\/\/aisd.net\/secondary-campus\/faculty-and-staff\/"},"modified":"2025-07-15T15:25:52","modified_gmt":"2025-07-15T20:25:52","slug":"staff","status":"publish","type":"page","link":"https:\/\/www.aisd.net\/venture-high-school\/staff\/","title":{"rendered":"Staff Directory"},"content":{"rendered":"\n\n\t<h2>Campus Administration<\/h2>\n<div class=\"ws-dd-feedcolumns columns-4\" id=\"staff-directory\"><article><img decoding=\"async\" class=\"ws-dd-google-drive-image\" src=\"https:\/\/drive.google.com\/thumbnail?export=view&id=1XFsB4uVMdxly4f0JcoD4jzTpq3qH8mit&sz=w500\" alt=\"Greg Meeks\" \/><div class=\"ws-dd-person-information\"><h3 class=\"ws-dd-person-name\">Greg Meeks<\/h3><div class=\"ws-dd-person-position\">Principal<\/div><div class=\"ws-dd-person-phone\">682-867-6400<\/div><div class=\"ws-dd-person-email\"><a href=\"mailto:gmeeks@aisd.net\">gmeeks@aisd.net<\/a><\/div><\/article><article><img decoding=\"async\" class=\"ws-dd-google-drive-image\" src=\"https:\/\/drive.google.com\/thumbnail?export=view&id=1dPpO8KIPw6RJUIygfMxWBCjgd0FWFTD2&sz=w500\" alt=\"Rosa Orosco-Mitchell\" \/><div class=\"ws-dd-person-information\"><h3 class=\"ws-dd-person-name\">Rosa Orosco-Mitchell<\/h3><div class=\"ws-dd-person-position\">Assistant Principal - Newcomer Program<\/div><div class=\"ws-dd-person-phone\">682-867-7100<\/div><div class=\"ws-dd-person-email\"><a href=\"mailto:rorosco@aisd.net\">rorosco@aisd.net<\/a><\/div><\/article><article><img decoding=\"async\" class=\"ws-dd-google-drive-image\" src=\"https:\/\/drive.google.com\/thumbnail?export=view&id=1RM2Ch3X2weaG7QBhUW8igxsDmG4Jaodw&sz=w500\" alt=\"Crystal Flores \" \/><div class=\"ws-dd-person-information\"><h3 class=\"ws-dd-person-name\">Crystal Flores <\/h3><div class=\"ws-dd-person-position\">Assistant Principal - Venture HS<\/div><div class=\"ws-dd-person-phone\">682-867-6400<\/div><div class=\"ws-dd-person-email\"><a href=\"mailto:cflores3@aisd.net\">cflores3@aisd.net<\/a><\/div><\/article><article><img decoding=\"async\" class=\"ws-dd-google-drive-image\" src=\"https:\/\/drive.google.com\/thumbnail?export=view&id=1Ahj2B_taycSwUkG3HLFYooakAnwPa5U3&sz=w500\" alt=\"Jacqueline Parsons\" \/><div class=\"ws-dd-person-information\"><h3 class=\"ws-dd-person-name\">Jacqueline Parsons<\/h3><div class=\"ws-dd-person-position\">Dean of Instruction<\/div><div class=\"ws-dd-person-phone\">682-867-6400<\/div><div class=\"ws-dd-person-email\"><a href=\"mailto:jparson1@aisd.net\">jparson1@aisd.net<\/a><\/div><\/article><\/div>\n\t<h2>Campus Staff<\/h2>\n<table class=\"google-sheet-integration responsive\" id=\"table-ab44797ee16\">\n\t\t<thead id=\"thead-ab44797ee16\"><tr><th><span class=\"screen-reader-text\"><\/span><\/th><\/tr><\/thead>\n    <tbody id=\"tbody-ab44797ee16\"><tr><td><span class=\"screen-reader-text\">Loading...<\/span><\/td><\/tr><\/tbody>\n  <\/table>\n\t<div class=\"responsive scroll-more\">Scroll for more >><\/div>\n<script>\n(function getSpreadsheet(delay){\n\n\t\/\/ delay = delay || 1000;\n\nvar url = \"https:\/\/sheets.googleapis.com\/v4\/spreadsheets\/1BQMTqdD_Mv05voTaJrDY4r1jYxrYZ16usRUy3glB-ZU\/values\/All_Staff\/?majorDimension=ROWS&key=AIzaSyAQeVAwmeL1ghHzI2hQ5w803pjJYkSTDJ8&valueRenderOption=FORMATTED_VALUE\";\n\n\t\/\/ console.log(url);\n\nvar promise = jQuery.getJSON( url, function( data, status, jqXHR){\n\t\t\tconsole.log(\"Server Code: \", jqXHR.status, \" getJSON request for ab44797ee16 successful!\");\n\t\t});\npromise.done(function( data ){\n\n\tconsole.log(data);\n\n\tconst rows = data.values\n\n\t\/\/ Print Header Row\n\n\tconst headerRow = Object.values(rows[0]);\n\n\tlet thead = document.getElementById(\"thead-ab44797ee16\");\n\tthead.innerHTML = \"\";\n\tlet th = \"<tr>\";\n\n\tfor (i = 0; i < headerRow.length; i++) {\n\t\tconst headerValue = headerRow[i].toString();\n\t\tth += \"<th>\" + headerValue + \"<\/th>\";\n\t}\n\tth += \"<\/tr>\";\n\tthead.innerHTML += th;\n\n\t\/\/ Print Body Rows\n\n\tlet tbody = document.getElementById(\"tbody-ab44797ee16\");\n\ttbody.innerHTML = \"\";\n\n\tfor (const row of rows.slice(1)) {\n\t\t\tconst individualRow = Object.values(row)\n\n\t\t\tlet tr = \"<tr class=\\\"ws-dd-gs-table-row\\\" id=\\\"trow-ab44797ee16-\\\">\";\n\n\t\t\tfor (i = 0; i < individualRow.length; i++) { \/\/ Loop through Cells and Print\n\n\t\t\t\tvar bodyValue = individualRow[i].toString();\n\t\t\t\tconst websiteRegex = new RegExp(\"http\");\n\t\t\t\tconst emailRegex = new RegExp(\"@aisd.net\");\n\t\t\t\tconst phoneRegex = \/^\\(?([0-9]{3})\\)?[-. ]?([0-9]{3})[-. ]?([0-9]{4})$\/;\n\t\t\t\tvar headerColumnCondition = \"no\";\n\n\t\t\t\t\tif (i == 0 && headerColumnCondition == \"yes\") { \/\/ Conditional Header Column based on Shortcode Attributes\n\t\t\t\t\t\tbodyValue = bodyValue.replace(\/(\\r\\n|\\r|\\n)\/g, \"<br>\");\n\t\t\t\t\t\ttr += \"<th>\" + bodyValue + \"<\/th>\";\n\t\t\t\t\t} else { \/\/ Conditional Email REGEX\n\t\t\t\t\t\tif (emailRegex.test(bodyValue) && \"\" != \"proclamation\" ) {\n\t\t\t\t\t\t\ttr += \"<td><a href=\\\"mailto:\" + bodyValue + \"\\\" style=\\\"white-space: nowrap\\\">\" + bodyValue + \"<\/a><\/td>\";\n\t\t\t\t\t} else if (websiteRegex.test(bodyValue) && \"\" != \"proclamation\" ) { \/\/ Conditional Website REGEX\n\t\t\t\t\t\ttr += \"<td><a href=\\\"\" + bodyValue + \"\\\" target=\\\"_blank\\\">View Site<\/a><\/td>\";\n\t\t\t\t\t} else if (phoneRegex.test(bodyValue)) {\n\t\t\t\t\t\ttr += \"<td style=\\\"white-space: nowrap\\\">\" + bodyValue + \"<\/td>\";\n\t\t\t\t\t} else { \/\/ All Other Cells\n\t\t\t\t\tbodyValue = bodyValue.replace(\/(\\r\\n|\\r|\\n)\/g, \"<br>\");\n\t\t\t\t\ttr += \"<td>\" + bodyValue + \"<\/td>\";\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (individualRow.length != headerRow.length) { \/\/ Print Empty Cells Based on # of Columns\n\t\t\t\tlet lengthDifference = headerRow.length - individualRow.length;\n\t\t\t\t\tfor (j = 0; j < lengthDifference; j++) {\n\t\t\t\t\ttr += \"<td class=\\\"empty-cell\\\"><\/td>\";\n\t\t\t\t\t}\n\t\t\t}\n\t\t\ttr += \"<\/tr>\";\n\t\ttbody.innerHTML += tr;\n\t}\n}).then( \n\t\/\/ Conditionally Load DataTables JS based on Shortcode Attributes\n\tjQuery(document).ready( function () {\n\t\tif (\"no\" == \"yes\") {\n\t\t\tjQuery(\"#table-ab44797ee16\").DataTable( {\n\t\t\t\tpaging: false,\n\t\t\t\tinfo: false,\n\t\t\t\tsearching: true,\n\t\t\t \tordering: true,\n\t\t\t \torder: []\n\t\t \t});\n\t\t\tjQuery('#resetsort').click( function() {\n\t\t\t\tvar table = jQuery(\"#table-ab44797ee16\").DataTable();\n\t\t\t\ttable.order.neutral().draw();\n\t\t\t});\n \t\t}\n\t\/\/ Remove certain columns not applicable based on Shortcode Attributes Usecase\t\n\t\tif (\"\" == \"staff-directory\") {\n\t\t\tjQuery(\"#table-ab44797ee16 tr\").each(function() {\n\t\t\t\tjQuery(this).children(\"td:eq(2)\").remove();\n\t\t\t\tjQuery(this).children(\"th:eq(2)\").remove();\n\t\t\t\tjQuery(this).children(\"td:eq(4)\").remove();\n\t\t\t\tjQuery(this).children(\"th:eq(4)\").remove();\n\t\t\t});\n\t\t} \n\t} )\n).fail( \/\/ Failure Reporting and Retries based on XHR Code\n\tfunction(jqXHR, textStatus, errorThrown) {\n\tconsole.log(\"Server Code: \", jqXHR.status, \"getJSON request failed! Retrying AJAX Query for ab44797ee16\");\n\tvar placeholder = document.getElementById(\"tbody-ab44797ee16\");\n\tvar loadingPlaceholder = \"<tr><td><div style=\\\"font-size: 200%\\\">Retrieving Information. Please Wait...<\/div><\/td><\/tr>\";\n\tif (jqXHR.status == 429) {\n\t\tsetTimeout(() => {\n\t\t\tgetSpreadsheet()}, delay = function getRandomInt(min, max) { \/\/ Delay the refetching of JSON after failure by a random amount of seconds\n\t\t\t\t\t  min = Math.ceil(5000);\n\t\t\t\t\t  max = Math.floor(10000);\n\t\t\t\t\t  return Math.floor(Math.random() * (max - min) + min); \/\/The maximum is exclusive and the minimum is inclusive\n\t\t});\n\t}\n\tif (jqXHR.status == 400) {\n\t\tvar loadingPlaceholder = \"<tr><td><div><i>Something went wrong with retrieving this information! If you continue to see this issue, please email webservices@aisd.net and include this page's URL.<\/i><\/div><\/td><\/tr>\";\n\t}\t\t\n\tplaceholder.innerHTML = loadingPlaceholder;\n})\n})(3000);\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Campus Administration Campus Staff<\/p>\n","protected":false},"author":10400,"featured_media":0,"parent":0,"menu_order":14,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/users\/10400"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":"4","href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":2659,"href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/pages\/8\/revisions\/2659"}],"wp:attachment":[{"href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}