{"id":5827,"date":"2024-08-11T14:50:37","date_gmt":"2024-08-11T06:50:37","guid":{"rendered":"https:\/\/sustainablecampus.umt.edu.my\/recycling-impact-calculator\/"},"modified":"2024-08-11T14:50:37","modified_gmt":"2024-08-11T06:50:37","slug":"recycling-impact-calculator","status":"publish","type":"page","link":"https:\/\/sustainablecampus.umt.edu.my\/ms\/recycling-impact-calculator\/","title":{"rendered":"RECYCLING IMPACT CALCULATOR"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5827\" class=\"elementor elementor-5827 elementor-2056\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-049bf1f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"049bf1f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-92c1a23\" data-id=\"92c1a23\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-47a6d6b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"47a6d6b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-32bb106\" data-id=\"32bb106\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e0ca3b4 elementor-widget elementor-widget-html\" data-id=\"e0ca3b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Recycling Impact Calculator<\/title>\r\n    <style>\r\n        body {\r\n            font-family: Arial, sans-serif;\r\n            margin: 20px;\r\n        }\r\n        .tab {\r\n            overflow: hidden;\r\n            border-bottom: 1px solid #ccc;\r\n        }\r\n        .tab button {\r\n            background-color: inherit;\r\n            border: none;\r\n            outline: none;\r\n            cursor: pointer;\r\n            padding: 14px 16px;\r\n            transition: background-color 0.3s;\r\n        }\r\n        .tab button:hover {\r\n            background-color: #ddd;\r\n        }\r\n        .tab button.active {\r\n            background-color: #ccc;\r\n        }\r\n        .tab-content {\r\n            display: none;\r\n            padding: 20px;\r\n            border: 1px solid #ccc;\r\n            border-top: none;\r\n        }\r\n        .tab-content.active {\r\n            display: block;\r\n        }\r\n        .form-group {\r\n            margin-bottom: 15px;\r\n        }\r\n        .form-group label {\r\n            display: block;\r\n            margin-bottom: 5px;\r\n        }\r\n        .form-group input {\r\n            width: 100%;\r\n            padding: 8px;\r\n            box-sizing: border-box;\r\n        }\r\n        .form-group button {\r\n            padding: 10px 15px;\r\n            background-color: #4CAF50;\r\n            color: white;\r\n            border: none;\r\n            cursor: pointer;\r\n        }\r\n        .form-group button:hover {\r\n            background-color: #45a049;\r\n        }\r\n        #result {\r\n            margin-top: 20px;\r\n            font-weight: bold;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <h1>Recycling Impact Calculator<\/h1>\r\n    <div class=\"tab\">\r\n        <button class=\"tablinks\" onclick=\"openTab(event, 'SingleFamily')\" id=\"defaultOpen\">Single-Family Residents<\/button>\r\n        <button class=\"tablinks\" onclick=\"openTab(event, 'MultiFamily')\">Multi-Family Residents<\/button>\r\n    <\/div>\r\n\r\n    <div id=\"SingleFamily\" class=\"tab-content\">\r\n        <form id=\"singleFamilyForm\">\r\n            <div class=\"form-group\">\r\n                <label for=\"mixedPaperSingle\">Mixed Paper: Full 64-gallon carts<\/label>\r\n                <input type=\"number\" id=\"mixedPaperSingle\" name=\"mixedPaperSingle\" min=\"0\">\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <label for=\"commingledSingle\">Commingled Materials: Full 22-gallon bins<\/label>\r\n                <input type=\"number\" id=\"commingledSingle\" name=\"commingledSingle\" min=\"0\">\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <label for=\"scrapMetalSingle\">Scrap Metal: Number of appliances<\/label>\r\n                <input type=\"number\" id=\"scrapMetalSingle\" name=\"scrapMetalSingle\" min=\"0\">\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <label for=\"electronicsSingle\">Electronics: Total pounds<\/label>\r\n                <input type=\"number\" id=\"electronicsSingle\" name=\"electronicsSingle\" min=\"0\">\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <button type=\"button\" onclick=\"calculateImpact('SingleFamily')\">Calculate<\/button>\r\n            <\/div>\r\n        <\/form>\r\n    <\/div>\r\n\r\n    <div id=\"MultiFamily\" class=\"tab-content\">\r\n        <form id=\"multiFamilyForm\">\r\n            <div class=\"form-group\">\r\n                <label for=\"mixedPaperMulti\">Mixed Paper: Full 7-gallon bins<\/label>\r\n                <input type=\"number\" id=\"mixedPaperMulti\" name=\"mixedPaperMulti\" min=\"0\">\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <label for=\"commingledMulti\">Commingled Materials: Full 7-gallon bins<\/label>\r\n                <input type=\"number\" id=\"commingledMulti\" name=\"commingledMulti\" min=\"0\">\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <label for=\"scrapMetalMulti\">Scrap Metal: Number of appliances<\/label>\r\n                <input type=\"number\" id=\"scrapMetalMulti\" name=\"scrapMetalMulti\" min=\"0\">\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <label for=\"electronicsMulti\">Electronics: Total pounds<\/label>\r\n                <input type=\"number\" id=\"electronicsMulti\" name=\"electronicsMulti\" min=\"0\">\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <button type=\"button\" onclick=\"calculateImpact('MultiFamily')\">Calculate<\/button>\r\n            <\/div>\r\n        <\/form>\r\n    <\/div>\r\n\r\n    <div id=\"result\"><\/div>\r\n\r\n    <script>\r\n        function openTab(evt, tabName) {\r\n            var i, tabcontent, tablinks;\r\n            tabcontent = document.getElementsByClassName(\"tab-content\");\r\n            for (i = 0; i < tabcontent.length; i++) {\r\n                tabcontent[i].style.display = \"none\";\r\n            }\r\n            tablinks = document.getElementsByClassName(\"tablinks\");\r\n            for (i = 0; i < tablinks.length; i++) {\r\n                tablinks[i].className = tablinks[i].className.replace(\" active\", \"\");\r\n            }\r\n            document.getElementById(tabName).style.display = \"block\";\r\n            evt.currentTarget.className += \" active\";\r\n        }\r\n\r\n        document.getElementById(\"defaultOpen\").click();\r\n\r\n        function calculateImpact(tab) {\r\n            var mixedPaper, commingled, scrapMetal, electronics;\r\n            if (tab === 'SingleFamily') {\r\n                mixedPaper = parseInt(document.getElementById(\"mixedPaperSingle\").value) || 0;\r\n                commingled = parseInt(document.getElementById(\"commingledSingle\").value) || 0;\r\n                scrapMetal = parseInt(document.getElementById(\"scrapMetalSingle\").value) || 0;\r\n                electronics = parseInt(document.getElementById(\"electronicsSingle\").value) || 0;\r\n                var mixedPaperWeight = 87; \/\/ pounds per 64-gallon cart\r\n                var commingledWeight = 36; \/\/ pounds per 22-gallon bin\r\n            } else {\r\n                mixedPaper = parseInt(document.getElementById(\"mixedPaperMulti\").value) || 0;\r\n                commingled = parseInt(document.getElementById(\"commingledMulti\").value) || 0;\r\n                scrapMetal = parseInt(document.getElementById(\"scrapMetalMulti\").value) || 0;\r\n                electronics = parseInt(document.getElementById(\"electronicsMulti\").value) || 0;\r\n                var mixedPaperWeight = 10; \/\/ pounds per 7-gallon bin\r\n                var commingledWeight = 4; \/\/ pounds per 7-gallon bin\r\n            }\r\n\r\n            var scrapMetalWeight = 143; \/\/ pounds per appliance\r\n\r\n            \/\/ Calculate total weights in pounds\r\n            var totalMixedPaperWeightPounds = mixedPaper * mixedPaperWeight;\r\n            var totalCommingledWeightPounds = commingled * commingledWeight;\r\n            var totalScrapMetalWeightPounds = scrapMetal * scrapMetalWeight;\r\n            var totalElectronicsWeightPounds = electronics; \/\/ already in pounds\r\n\r\n            \/\/ Convert total weights to kilograms\r\n            var totalMixedPaperWeightKg = totalMixedPaperWeightPounds * 0.453592;\r\n            var totalCommingledWeightKg = totalCommingledWeightPounds * 0.453592;\r\n            var totalScrapMetalWeightKg = totalScrapMetalWeightPounds * 0.453592;\r\n            var totalElectronicsWeightKg = totalElectronicsWeightPounds * 0.453592;\r\n\r\n            \/\/ Calculate impacts\r\n            var treesSaved = (totalMixedPaperWeightPounds \/ 2000) * 17; \/\/ Number of trees saved\r\n            var oilSaved = (totalMixedPaperWeightPounds \/ 2000) * 380; \/\/ Gallons of oil saved\r\n            var electricitySaved = (totalCommingledWeightPounds \/ 0.5) * 3; \/\/ Hours of electricity saved (assuming 0.5 pounds per can)\r\n            var waterSaved = (totalMixedPaperWeightPounds \/ 2000) * 7000; \/\/ Gallons of water saved\r\n\r\n            \/\/ Display the result\r\n            var resultElement = document.getElementById(\"result\");\r\n            resultElement.innerHTML = `\r\n                <p>Your recycling impact is:<\/p>\r\n                <ul>\r\n                    <li>Total weight of recycled materials: ${(\r\n                      totalMixedPaperWeightKg +\r\n                      totalCommingledWeightKg +\r\n                      totalScrapMetalWeightKg +\r\n                      totalElectronicsWeightKg\r\n                    ).toFixed(2)} kg<\/li>\r\n                    <li>Trees saved: ${treesSaved.toFixed(2)}<\/li>\r\n                    <li>Gallons of oil saved: ${oilSaved.toFixed(2)}<\/li>\r\n                    <li>Hours of electricity saved: ${electricitySaved.toFixed(2)}<\/li>\r\n                    <li>Gallons of water saved: ${waterSaved.toFixed(2)}<\/li>\r\n                <\/ul>\r\n            `;\r\n        }\r\n    <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Recycling Impact Calculator Recycling Impact Calculator Single-Family Residents Multi-Family Residents Mixed Paper: Full 64-gallon carts Commingled Materials: Full 22-gallon bins Scrap Metal: Number of appliances Electronics: Total pounds Calculate Mixed Paper: Full 7-gallon bins Commingled Materials: Full 7-gallon bins Scrap Metal: Number of appliances Electronics: Total pounds Calculate<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_angie_page":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-5827","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>RECYCLING IMPACT CALCULATOR - SUSTAINABLE CAMPUS UMT<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sustainablecampus.umt.edu.my\/ms\/recycling-impact-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"ms_MY\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RECYCLING IMPACT CALCULATOR - SUSTAINABLE CAMPUS UMT\" \/>\n<meta property=\"og:description\" content=\"Recycling Impact Calculator Recycling Impact Calculator Single-Family Residents Multi-Family Residents Mixed Paper: Full 64-gallon carts Commingled Materials: Full 22-gallon bins Scrap Metal: Number of appliances Electronics: Total pounds Calculate Mixed Paper: Full 7-gallon bins Commingled Materials: Full 7-gallon bins Scrap Metal: Number of appliances Electronics: Total pounds Calculate\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sustainablecampus.umt.edu.my\/ms\/recycling-impact-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"SUSTAINABLE CAMPUS UMT\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/ms\\\/recycling-impact-calculator\\\/\",\"url\":\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/ms\\\/recycling-impact-calculator\\\/\",\"name\":\"RECYCLING IMPACT CALCULATOR - SUSTAINABLE CAMPUS UMT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/ms\\\/#website\"},\"datePublished\":\"2024-08-11T06:50:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/ms\\\/recycling-impact-calculator\\\/#breadcrumb\"},\"inLanguage\":\"ms-MY\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/ms\\\/recycling-impact-calculator\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/ms\\\/recycling-impact-calculator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/ms\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"RECYCLING IMPACT CALCULATOR\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/ms\\\/#website\",\"url\":\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/ms\\\/\",\"name\":\"SUSTAINABLE CAMPUS UMT\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/ms\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/ms\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ms-MY\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/ms\\\/#organization\",\"name\":\"SUSTAINABLE CAMPUS UMT\",\"url\":\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/ms\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ms-MY\",\"@id\":\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/ms\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/home-e1666142501725.png\",\"contentUrl\":\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/home-e1666142501725.png\",\"width\":403,\"height\":326,\"caption\":\"SUSTAINABLE CAMPUS UMT\"},\"image\":{\"@id\":\"https:\\\/\\\/sustainablecampus.umt.edu.my\\\/ms\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"RECYCLING IMPACT CALCULATOR - SUSTAINABLE CAMPUS UMT","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sustainablecampus.umt.edu.my\/ms\/recycling-impact-calculator\/","og_locale":"ms_MY","og_type":"article","og_title":"RECYCLING IMPACT CALCULATOR - SUSTAINABLE CAMPUS UMT","og_description":"Recycling Impact Calculator Recycling Impact Calculator Single-Family Residents Multi-Family Residents Mixed Paper: Full 64-gallon carts Commingled Materials: Full 22-gallon bins Scrap Metal: Number of appliances Electronics: Total pounds Calculate Mixed Paper: Full 7-gallon bins Commingled Materials: Full 7-gallon bins Scrap Metal: Number of appliances Electronics: Total pounds Calculate","og_url":"https:\/\/sustainablecampus.umt.edu.my\/ms\/recycling-impact-calculator\/","og_site_name":"SUSTAINABLE CAMPUS UMT","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sustainablecampus.umt.edu.my\/ms\/recycling-impact-calculator\/","url":"https:\/\/sustainablecampus.umt.edu.my\/ms\/recycling-impact-calculator\/","name":"RECYCLING IMPACT CALCULATOR - SUSTAINABLE CAMPUS UMT","isPartOf":{"@id":"https:\/\/sustainablecampus.umt.edu.my\/ms\/#website"},"datePublished":"2024-08-11T06:50:37+00:00","breadcrumb":{"@id":"https:\/\/sustainablecampus.umt.edu.my\/ms\/recycling-impact-calculator\/#breadcrumb"},"inLanguage":"ms-MY","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sustainablecampus.umt.edu.my\/ms\/recycling-impact-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sustainablecampus.umt.edu.my\/ms\/recycling-impact-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sustainablecampus.umt.edu.my\/ms\/"},{"@type":"ListItem","position":2,"name":"RECYCLING IMPACT CALCULATOR"}]},{"@type":"WebSite","@id":"https:\/\/sustainablecampus.umt.edu.my\/ms\/#website","url":"https:\/\/sustainablecampus.umt.edu.my\/ms\/","name":"SUSTAINABLE CAMPUS UMT","description":"","publisher":{"@id":"https:\/\/sustainablecampus.umt.edu.my\/ms\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sustainablecampus.umt.edu.my\/ms\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ms-MY"},{"@type":"Organization","@id":"https:\/\/sustainablecampus.umt.edu.my\/ms\/#organization","name":"SUSTAINABLE CAMPUS UMT","url":"https:\/\/sustainablecampus.umt.edu.my\/ms\/","logo":{"@type":"ImageObject","inLanguage":"ms-MY","@id":"https:\/\/sustainablecampus.umt.edu.my\/ms\/#\/schema\/logo\/image\/","url":"https:\/\/sustainablecampus.umt.edu.my\/wp-content\/uploads\/2022\/10\/home-e1666142501725.png","contentUrl":"https:\/\/sustainablecampus.umt.edu.my\/wp-content\/uploads\/2022\/10\/home-e1666142501725.png","width":403,"height":326,"caption":"SUSTAINABLE CAMPUS UMT"},"image":{"@id":"https:\/\/sustainablecampus.umt.edu.my\/ms\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/sustainablecampus.umt.edu.my\/ms\/wp-json\/wp\/v2\/pages\/5827","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sustainablecampus.umt.edu.my\/ms\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sustainablecampus.umt.edu.my\/ms\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sustainablecampus.umt.edu.my\/ms\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/sustainablecampus.umt.edu.my\/ms\/wp-json\/wp\/v2\/comments?post=5827"}],"version-history":[{"count":0,"href":"https:\/\/sustainablecampus.umt.edu.my\/ms\/wp-json\/wp\/v2\/pages\/5827\/revisions"}],"wp:attachment":[{"href":"https:\/\/sustainablecampus.umt.edu.my\/ms\/wp-json\/wp\/v2\/media?parent=5827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}