{"id":401,"date":"2015-03-27T22:43:25","date_gmt":"2015-03-27T22:43:25","guid":{"rendered":"http:\/\/apps.tlt.stonybrook.edu\/wordpress\/disasters\/?page_id=401"},"modified":"2025-01-28T23:31:21","modified_gmt":"2025-01-28T23:31:21","slug":"managers-and-professions-in-local-industry","status":"publish","type":"page","link":"https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/managers-and-professions-in-local-industry\/","title":{"rendered":"El Paso &#8211; Managers and Professionals in Local Industry"},"content":{"rendered":"\n\n<script>let player;\r\nvar blurb = \"Click a blue link to to a the point decribed in the video.\"\r\nlet ytID;\r\nlet shim = \"\"\r\nif (window.location.href.includes(\"tag\")) {\r\n\tshim = \"..\/\"\r\n}\r\n\r\nfunction onYouTubeIframeAPIReady() {\r\n\tplayer = new YT.Player('player', {\r\n\t\theight: '100%',\r\n\t\twidth: '100%',\r\n\t\tvideoId: ytID || 'EvKNG0SXdGI',\r\n\t\tplayerVars: {\r\n\t\t\t'playsinline': 1\r\n\t\t},\r\n\t\tevents: {\r\n\t\t\t'onReady': onPlayerReady,\r\n\t\t\t'onStateChange': onPlayerStateChange\r\n\t\t}\r\n\t})\r\n}\r\n\r\nfunction onPlayerReady(event) {\r\n\t\/\/ Function fires when player is ready.\r\n}\r\n\r\nvar done = false;\r\n\r\nfunction onPlayerStateChange(event) {\r\n\t\/\/ Example function, can be modified or removed.\r\n\tif (event.data == YT.PlayerState.PLAYING && !done) {\r\n\t\t\/\/ setTimeout(stopVideo, 6000);\r\n\t\t\/\/ done = true;\r\n\t}\r\n}\r\n\r\nfunction stopVideo() {\r\n\tplayer.stopVideo();\r\n}\r\n\r\nfunction playVideo(start) {\r\n\tconst element = document.getElementById(\"player-container\"); \/\/ Scroll to the container\r\n\tif (element) {\r\n\t\telement.scrollIntoView({\r\n\t\t\tblock: 'start',\r\n\t\t\tbehavior: 'smooth'\r\n\t\t});\r\n\t}\r\n\tplayer.seekTo(start);\r\n\tplayer.playVideo()\r\n}\r\n\r\n\r\nfunction loadSeminarYT(id, startTimes) {\r\n\tytID = id;\r\n\r\n\t\/\/ ---- NEW: Create a wrapper around the player for aspect ratio ----\r\n\tconst playerDiv = document.getElementById('player');\r\n\tif (playerDiv && !document.getElementById('player-container')) {\r\n\t\tconst playerWrapper = document.createElement('div');\r\n\t\tplayerWrapper.id = 'player-container';\r\n\t\tplayerDiv.parentNode.insertBefore(playerWrapper, playerDiv);\r\n\t\tplayerWrapper.appendChild(playerDiv);\r\n\t}\r\n\t\/\/ ---- END NEW ----\r\n\r\n\tvar tag = document.createElement('script');\r\n\ttag.src = \"https:\/\/www.youtube.com\/iframe_api\"; \/\/ Using official API source\r\n\tvar firstScriptTag = document.getElementsByTagName('script')[0];\r\n\tfirstScriptTag.parentNode.insertBefore(tag, firstScriptTag);\r\n\r\n\tconst styleId = 'yt-modern-styles';\r\n\tif (!document.getElementById(styleId)) {\r\n\t\tconst styleSheet = document.createElement(\"style\");\r\n\t\tstyleSheet.id = styleId;\r\n\t\t\/\/ ---- UPDATED: CSS now targets the new player-container ----\r\n\t\tstyleSheet.innerHTML = `\r\n\t\t\t#player-container {\r\n\t\t\t\tposition: relative;\r\n\t\t\t\toverflow: hidden;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\tpadding-top: 56.25%; \/* 16:9 Aspect Ratio *\/\r\n\t\t\t\tbackground: #000;\r\n\t\t\t\tmargin-bottom: 20px;\r\n\t\t\t}\r\n\t\t\t#player { \/* The #player element is now the iframe itself *\/\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\ttop: 0;\r\n\t\t\t\tleft: 0;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\theight: 100%;\r\n\t\t\t\tborder: 0;\r\n\t\t\t}\r\n            .startLinks {\r\n                transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;\r\n            }\r\n            .startLinks:hover {\r\n                transform: translateY(-3px);\r\n                box-shadow: 0 4px 12px rgba(0,0,0,0.1);\r\n            }\r\n            .startLinks a {\r\n                color: #333;\r\n                text-decoration: none;\r\n                font-weight: 500;\r\n            }\r\n        `;\r\n\t\tdocument.head.appendChild(styleSheet);\r\n\t}\r\n\r\n\tlet page = document.getElementsByClassName(\"table\")[0];\r\n\r\n\tfor (i of startTimes) {\r\n\t\tlet a = Object.assign(document.createElement(\"span\"), {\r\n\t\t\tinnerHTML: i.description\r\n\t\t});\r\n\t\tif (i.start) {\r\n\t\t\ta = Object.assign(document.createElement(\"a\"), {\r\n\t\t\t\thref: `javascript:playVideo(\"${i.start}\")`,\r\n\t\t\t\tinnerHTML: i.description\r\n\t\t\t})\r\n\t\t}\r\n\t\tObject.assign(a.style, {\r\n\t\t\tflexGrow: \"1\"\r\n\t\t});\r\n\r\n\t\tlet containerDiv = Object.assign(document.createElement(\"div\"), {\r\n\t\t\tclassName: \"startLinks\"\r\n\t\t});\r\n\r\n\t\tObject.assign(containerDiv.style, {\r\n\t\t\tdisplay: \"flex\",\r\n\t\t\talignItems: \"center\",\r\n\t\t\twidth: \"100%\",\r\n\t\t\tmarginBottom: \"15px\",\r\n\t\t\tpadding: \"16px\",\r\n\t\t\tbackgroundColor: \"#fff\",\r\n\t\t\tborderRadius: \"8px\",\r\n\t\t\tboxShadow: \"0 2px 8px rgba(0,0,0,0.07)\",\r\n\t\t\tflex: \"1 1 100%\",\r\n\t\t\tgridColumn: \"1 \/ -1\",\r\n\t\t\tboxSizing: \"border-box\"\r\n\t\t});\r\n\r\n\t\tif (i.thumbnail) {\r\n\t\t\tlet img = Object.assign(document.createElement(\"img\"), {\r\n\t\t\t\tsrc: `${shim}${i.thumbnail}`\r\n\t\t\t});\r\n\t\t\tObject.assign(img.style, {\r\n\t\t\t\twidth: \"80px\",\r\n\t\t\t\theight: \"80px\",\r\n\t\t\t\tobjectFit: \"cover\",\r\n\t\t\t\tborderRadius: \"6px\",\r\n\t\t\t\tmarginRight: \"16px\",\r\n\t\t\t\tflexShrink: \"0\"\r\n\t\t\t});\r\n\t\t\tcontainerDiv.append(img);\r\n\t\t}\r\n\r\n\t\tcontainerDiv.append(a);\r\n\t\tpage.append(containerDiv);\r\n\t}\r\n\r\n\tif (!document.getElementById(\"blurb\")) {\r\n\t\tlet blurbEl = Object.assign(document.createElement(\"div\"), {\r\n\t\t\tid: \"blurb\",\r\n\t\t\tinnerHTML: blurb\r\n\t\t});\r\n\t\tObject.assign(blurbEl.style, {\r\n\t\t\ttextAlign: 'center',\r\n\t\t\tcolor: '#666',\r\n\t\t\tmarginBottom: '20px',\r\n\t\t\tfontSize: '1em'\r\n\t\t});\r\n\t\tdocument.getElementsByClassName(\"entry-content\")[0].prepend(blurbEl);\r\n\t}\r\n}<\/script>\n<div id=\"player\"><\/div>\n<div class=\"table\"><\/div>\n<script>\n\ndata={\n    \"ytID\": \"pxnaiUXYtEc\",\n    \"startTimes\": [\n        {\n            \"start\": \"3606\",\n            \"description\": \"Jorge Villalobos talks about being first Mexican metallurgist in El Paso plant.\",\n            \"thumbnail\": \"..\/files\/2015\/03\/Jorge-Villalobos.png\"\n        },\n        {\n            \"start\": \"3717\",\n            \"description\": \"Jorge Villalobos asks about what\\u2019s going to happen when we shut down all risky industries in US; how these migrating elsewhere where they are less equipped to handle dangers.\",\n            \"thumbnail\": \"..\/files\/2015\/03\/Jorge-Villalobos.png\"\n        },\n        {\n            \"start\": \"3767\",\n            \"description\": \"Exchange between Jorge Villalobos and Joe Pi\\u00f1on over risks of technologies, pharmacy vs lead and other industrial risks; Pinon mentions Port Arthur denial of permit.\",\n            \"thumbnail\": \"..\/files\/2015\/03\/Jorge-Villalobos.png\"\n        },\n        {\n            \"start\": \"4697\",\n            \"description\": \"Jorge Villalobos on failures and resulting contamination from ASARCO plant in Chihuahua, early 70s.\",\n            \"thumbnail\": \"..\/files\/2015\/03\/Joe-Pin%CC%83on.png\"\n        },\n        {\n            \"start\": \"5797\",\n            \"description\": \"Jorge Villalobos asked by Juan Garza about blending baghouse dust with other smelters\\u2019 materials, talks about shutdown of Tacoma smelter in which he was involved, arsenic; failure of transfer of safer technology to San Luis Potosi smelter.\",\n            \"thumbnail\": \"..\/files\/2015\/03\/Jorge-Villalobos.png\"\n        },\n        {\n            \"start\": \"6005\",\n            \"description\": \"Juan Garza asks Jorge Villalobos about who made decisions about what materials blended at Encycle; not necessarily at level of plant manager.\",\n            \"thumbnail\": \"..\/files\/2015\/03\/Jorge-Villalobos.png\"\n        },\n        {\n            \"start\": \"6999\",\n            \"description\": \"Charlie Rodriguez on what their research shows about which managers knew about the hazardous waste shipments.\",\n            \"thumbnail\": \"..\/files\/2015\/03\/Juan-Garza.png\"\n        },\n        {\n            \"start\": \"7100\",\n            \"description\": \"Jorge Villalobos again on what he did and knew about over 1990\\u2019s, how didn\\u2019t know about the hazardous waste shipments.\",\n            \"thumbnail\": \"..\/files\/2015\/03\/Juan-Garza.png\"\n        },\n        {\n            \"start\": \"7400\",\n            \"description\": \"Jorge Villalobos and others discuss lack of knowledge even among earlier managers.\",\n            \"thumbnail\": \"..\/files\/2015\/03\/Jorge-Villalobos.png\"\n        },\n        {\n            \"start\": \"7502\",\n            \"description\": \"Catherine Wilson-Shupe, Jorge Villalobos, Joe Pi\\u00f1on, Jose Manuel Escobedo, and Mario Navarez on company and others such as Landrigan who knew, came to know about lead\\u2019s dangers early on.\",\n            \"thumbnail\": \"..\/files\/2015\/03\/Charlie-Rodriguez.png\"\n        },\n        {\n            \"start\": \"8886\",\n            \"description\": \"Frank Attaguillo and Jorge Villalobos on where the machinery of the El Paso Smelter went when it shut down.\",\n            \"thumbnail\": \"..\/files\/2015\/03\/Jorge-Villalobos.png\"\n        },\n        {\n            \"start\": \"9088\",\n            \"description\": \"Jorge Villalobos along with Charlie Rodriguez and Catherine Wilson-Shupe on different kinds of technologies in El Paso at different times, also comparisons with Chihuahua.\",\n            \"thumbnail\": \"..\/files\/2015\/03\/Jorge-Villalobos.png\"\n        },\n        {\n            \"start\": \"9455\",\n            \"description\": \"Jorge Villalobos with Chris Sellers, and Joe Pi\\u00f1on on implications of technological differences for pollution.\",\n            \"thumbnail\": \"..\/files\/2015\/03\/Catherine-Wilson-Shupe.png\"\n        },\n        {\n            \"start\": \"9550\",\n            \"description\": \"Jorge Villalobos with Juan Garza on electrostatic precipitators.\",\n            \"thumbnail\": \"..\/files\/2015\/03\/Jorge-Villalobos.png\"\n        },\n        {\n            \"start\": \"9694\",\n            \"description\": \"Charlie Rodriguez, Catherine Wilson-Shupe, and Jorge Villalobos on water pollution and use by smelters they know.\",\n            \"thumbnail\": \"..\/files\/2015\/03\/Joe-Pin%CC%83on.png\"\n        }\n    ]\n}\n\nloadSeminarYT(data.ytID,data.startTimes)\n<\/script>\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"tags":[79,70,103,73,91,102,104,107],"class_list":["post-401","page","type-page","status-publish","hentry","tag-el-gerente-y-los-profesionales-de-la-industria-local","tag-el-paso","tag-fundicion","tag-lead","tag-managers-and-professionals-in-local-industry","tag-plomo","tag-smelting","tag-texas"],"_links":{"self":[{"href":"https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/wp-json\/wp\/v2\/pages\/401","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/wp-json\/wp\/v2\/comments?post=401"}],"version-history":[{"count":37,"href":"https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/wp-json\/wp\/v2\/pages\/401\/revisions"}],"predecessor-version":[{"id":5487,"href":"https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/wp-json\/wp\/v2\/pages\/401\/revisions\/5487"}],"wp:attachment":[{"href":"https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/wp-json\/wp\/v2\/media?parent=401"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/wp-json\/wp\/v2\/tags?post=401"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}