{"id":193,"date":"2015-03-27T22:00:13","date_gmt":"2015-03-27T22:00:13","guid":{"rendered":"http:\/\/apps.tlt.stonybrook.edu\/wordpress\/disasters\/?page_id=193"},"modified":"2026-02-12T19:04:29","modified_gmt":"2026-02-12T19:04:29","slug":"el-paso-wittness-seminar-ii","status":"publish","type":"page","link":"https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/el-paso-wittness-seminar-ii\/","title":{"rendered":"El Paso Witness Seminar II"},"content":{"rendered":"<strong>Seminar conducted August 12, 2013, in the El Paso Public Library.<\/strong>\n<br>\n<p><strong>Seminar Highlights:<\/strong><\/p>\n<ul>\n<li><strong>Environmental Justice:<\/strong> Discussed efforts to prevent the El Paso smelter air permit renewal.<\/li>\n<li><strong>Operational Challenges:<\/strong> Highlighted engineering issues, sulfur by-products, and upgrade costs.<\/li>\n<li><strong>Health Debate:<\/strong> Conflicting views between scientists and workers regarding pollution severity.<\/li>\n<li><strong>Labor Issues:<\/strong> Influence of strong industrial unions, labor disputes, and job compliance.<\/li>\n<li><strong>Economic Factors:<\/strong> Impact of copper prices and the decision to demolish the smelter stacks.<\/li>\n<\/ul>\n<br>\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\": \"3PcFzUw0j2E\",\n    \"startTimes\": [\n        {\n            \"start\": \"224\",\n            \"description\": \"(starting 0:03:44)<br \/> Introduction and Participant Introductions<br \/><br \/>Former Asarco engineer discusses background.<br \/>Community organizer describes involvement.\",\n            \"thumbnail\": \"\"\n        },\n        {\n            \"start\": \"365\",\n            \"description\": \"(starting 0:06:05)<br \/> Discussion of Asarco Operations and Environmental Issues<br \/><br \/>Debate over pollution and environmental impacts.<br \/>Explanation of smelting process and byproducts.\",\n            \"thumbnail\": \"\"\n        },\n        {\n            \"start\": \"720\",\n            \"description\": \"(starting 0:12:00)<br \/> Comparison of El Paso and Avalos Seminars<br \/><br \/>Description of heated debate at Avalos seminar.<br \/>Showing of video segments from El Paso seminar.\",\n            \"thumbnail\": \"\"\n        },\n        {\n            \"start\": \"1260\",\n            \"description\": \"(starting 0:21:00)<br \/> Responses to El Paso Seminar Discussion<br \/><br \/>Former worker's argument about job opportunities.<br \/>Discussion of workplace hazards and safety procedures.\",\n            \"thumbnail\": \"\"\n        },\n        {\n            \"start\": \"1740\",\n            \"description\": \"(starting 0:29:00)<br \/> Labor Organizing and Union Involvement<br \/><br \/>Comparison of labor organizing between plants.<br \/>Discussion of union strength and benefits gained.\",\n            \"thumbnail\": \"\"\n        },\n        {\n            \"start\": \"2127\",\n            \"description\": \"(starting 0:35:27)<br \/> Union and Labor Issues<br \/><br \/>Strike discussions, Union rulebook and negotiations.<br \/>Job demarcation issues.\",\n            \"thumbnail\": \"\"\n        },\n        {\n            \"start\": \"2221\",\n            \"description\": \"(starting 0:37:01)<br \/> Engineering and Plant Operations<br \/><br \/>Discussion of zinc plant operations.<br \/>Technical details of furnaces and materials.<br \/>Comparison between El Paso and Chihuahua plants.\",\n            \"thumbnail\": \"\"\n        },\n        {\n            \"start\": \"2490\",\n            \"description\": \"(starting 0:41:30)<br \/> Environmental Concerns and Hazardous Waste<br \/><br \/>Brief mention of hazardous waste disposal.<br \/>Burning of confiscated goods.\",\n            \"thumbnail\": \"\"\n        },\n        {\n            \"start\": \"2700\",\n            \"description\": \"(starting 0:45:00)<br \/> The Chimney\/Stack Controversy<br \/><br \/>Reasons for demolition and efforts to preserve the stack.<br \/>Community and political aspects of the decision.\",\n            \"thumbnail\": \"\"\n        },\n        {\n            \"start\": \"3240\",\n            \"description\": \"(starting 0:54:00)<br \/> Technical Details of Plant Operations<br \/><br \/>Discussion of acid effects on concrete.<br \/>Explanation of black acid and its properties.\",\n            \"thumbnail\": \"\"\n        },\n        {\n            \"start\": \"3600\",\n            \"description\": \"(starting 1:00:00)<br \/> Economic and Environmental Considerations<br \/><br \/>Marketability of the site and costs associated with the stack.<br \/>Future plans for the site and materials.\",\n            \"thumbnail\": \"\"\n        },\n        {\n            \"start\": \"4110\",\n            \"description\": \"(starting 1:08:30)<br \/> Workers' experiences after plant shutdown<br \/><br \/>Human element and worker considerations.<br \/>Closing remarks and plans for future communication.\",\n            \"thumbnail\": \"\"\n        }\n    ]\n}\n\nloadSeminarYT(data.ytID,data.startTimes)\n<\/script>\n<style>\n\t\tbody {\n\t\t\tbackground-image: url('https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/files\/2025\/10\/IMG_0078-scaled.jpg');\n\t\t\tbackground-size: cover;\n\t\t\tbackground-position: center center;\n\t\t\tbackground-repeat: no-repeat;\n\t\t\tbackground-attachment: fixed;\n\t\t}\n\t<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Seminar conducted August 12, 2013, in the El Paso Public Library. Seminar Highlights: Environmental Justice: Discussed efforts to prevent the El Paso smelter air permit renewal. Operational Challenges: Highlighted engineering issues, sulfur by-products, and upgrade costs. Health Debate: Conflicting views between scientists and workers regarding pollution severity. Labor Issues: Influence of strong industrial unions, labor&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"tags":[70,103,73,628,102,104,107,94],"class_list":["post-193","page","type-page","status-publish","hentry","tag-el-paso","tag-fundicion","tag-lead","tag-needs-table-of-contents","tag-plomo","tag-smelting","tag-texas","tag-witness-seminar-i-english"],"_links":{"self":[{"href":"https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/wp-json\/wp\/v2\/pages\/193","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=193"}],"version-history":[{"count":14,"href":"https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/wp-json\/wp\/v2\/pages\/193\/revisions"}],"predecessor-version":[{"id":7147,"href":"https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/wp-json\/wp\/v2\/pages\/193\/revisions\/7147"}],"wp:attachment":[{"href":"https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/wp-json\/wp\/v2\/media?parent=193"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/envirodangers.studies.stonybrook.edu\/wordpress\/envirodangers\/wp-json\/wp\/v2\/tags?post=193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}