{"domain": "vale.com", "user": "", "isWillingToRelocate": false, "isUserAuthenticated": false, "isUserETXCandidate": false, "isDomainETX": false, "isDomainVeteran": false, "signUpConfig": {}, "getHelpButton": {}, "isCareerPlannerEnabled": false, "enableRememberMeOption": false, "isMyApplicationsEnabled": false, "showVeteranEmployerSignUp": false, "enableUserPreferenceSelection": false, "isUserPreferenceApplied": false, "candidate": {"enc_id": 0, "fullname": "", "firstname": "", "lastname": "", "email": "", "phone": "", "location": "", "filename": null, "starred_positions": [], "resumeUrl": "", "onboardingCompleted": false, "isUserInPcsIjp": false}, "branding": {"custom_head_scripts": {"APPLY_FORM_PAGE_LOAD": "<script>\nfunction is_canada_external(){\n return $(\".apply-item-title:contains('1- Are you legally eligible to work in Canada?')\").length == 1\n}\n\nfunction is_canada_internal(){\n return $(\".apply-item-instruction:contains('If you are already a Vale employee')\").length == 1\n}\n\n// The script tries to put in custom icons with class \"custom_vale_icon\" only if this is an external brazilian position. \nfunction is_brazil_external(){\n return $(\".custom_vale_icon\").length != 0\n}\n\nfunction is_brazil_internal(){\n return $(\".apply-item-instruction:contains('Quer se candidatar a um novo cargo aqui na Vale')\").length == 1\n}\n\n\nfunction try_adding_tooltip_icons(){\n questions = {\n \"Qual sua identidade de g\u00eanero?\": \"\",\n \"Considerando as categorias do IBGE (Instituto Brasileiro de Geografia e Estat\u00edstica - principal provedor de dados e informa\u00e7\u00f5es do Pa\u00eds), qual cor/ra\u00e7a voc\u00ea se declara?\":\n \"\",\n \"Qual a sua orienta\u00e7\u00e3o afetivo-sexual?\":\n \"'Indica como nos sentimos em rela\u00e7\u00e3o \u00e0 atra\u00e7\u00e3o afetiva e/ou sexual nos relacionamentos'\",\n \"Voc\u00ea se considera uma Pessoa com Defici\u00eancia?\":\n \"'Pessoas com defici\u00eancia s\u00e3o aquelas que t\u00eam impedimentos de longo prazo de natureza f\u00edsica, mental, intelectual ou sensorial, os quais podem obstruir sua participa\u00e7\u00e3o plena e efetiva na sociedade em igualdades de condi\u00e7\u00f5es com as demais pessoas.'\",\n };\n \n radio_text_to_tooltip_text = {\n \"Homem cisg\u00eanero\":\n \"'Pessoa nasceu com o \u00f3rg\u00e3o sexual masculino e se identifica com o g\u00eanero masculino'\",\n \"Mulher cisg\u00eanero\":\n \"'Pessoa nasceu com o \u00f3rg\u00e3o sexual feminino e se identifica com o g\u00eanero feminino'\",\n \"Homem trans\": \"'N\u00e3o se identifica com o g\u00eanero atribu\u00eddo ao nascimento'\",\n \"Mulher trans\": \"'N\u00e3o se identifica com o g\u00eanero atribu\u00eddo ao nascimento'\",\n \"N\u00e3o Bin\u00e1rio / Fluida\":\n \"'N\u00e3o se identifica com nenhum g\u00eanero ou se identifica com ambos os g\u00eaneros'\",\n Branca: \"'Pessoas de apar\u00eancia e pele branca'\",\n Preta: \"'Pessoas que t\u00eam pele escura'\",\n Amarela:\n \"'Pessoas com descend\u00eancia asi\u00e1tica \u2013 japonesas, chinesas, coreanas, etc'\",\n Parda:\n \"'Pessoas de pele mais clara porque s\u00e3o mesti\u00e7as \u2013 filhas de pessoas brancas e pretas, de ind\u00edgenas e brancas ou de ind\u00edgenas e pretas'\",\n Ind\u00edgena: \"'Pessoas descendentes de \u00edndios(as)'\",\n Heterossexual:\n \"'Pessoa que se sente atra\u00edda e/ou se relaciona amorosa e/ou sexualmente com pessoa do g\u00eanero oposto.'\",\n Gay: \"'Homem que se sente atra\u00eddo e/ou se relaciona amorosa e/ou sexualmente com outro homem.'\",\n L\u00e9sbica:\n \"'Mulher que se sente atra\u00edda e/ou se relaciona amorosa e/ou sexualmente com outra mulher.'\",\n Bissexual:\n \"'Pessoa que se sente atra\u00edda e/ou se relaciona amorosa e/ou sexualmente com pessoas de todos os g\u00eaneros.'\",\n };\n\n for (question in questions) {\n current_question = $(`.apply-item-title:contains(${question})`)[0];\n radio_div =\n current_question.parentElement.parentElement.nextElementSibling;\n question_tooltip = questions[question];\n question_icon = `<i class='far fa-info-circle hidden-md hidden-sm hidden-xs' data-toggle='tooltip' data-placement='top' title='' data-original-title=${question_tooltip} style='font-size: 20px;color: #288061;position: relative;top: 3px;padding:5px;' trigger='click'></i>`;\n if (question_tooltip != \"\") {\n $(current_question).append(`<span>${question_icon}</span>`);\n }\n var containers = $(radio_div).find(\".radioContainer\");\n radios = containers.find(\".radio-label\");\n radios.each(function () {\n radio_text = $(this).text();\n parent_container = $(this).parent(\".radioContainer\");\n tooltip_text = radio_text_to_tooltip_text[radio_text];\n icon = `<i class='far custom_vale_icon fa-info-circle pull-right hidden-md hidden-sm hidden-xs' data-toggle='tooltip' data-placement='top' title='' data-original-title=${tooltip_text} style='font-size: 20px;color: #288061;position: relative;top: 10px;padding:5px;' trigger='click'></i>`;\n if (tooltip_text != undefined) {\n parent_container.append(`<span class='tablecell'>${icon}</span>`);\n }\n });\n }\n}\n\n\n// This function adds icons with hoverable tooltips to the questions on brazillian external positions\nfunction question_modifications() {\n console.log(\"Calling question_modifications\");\n\n try {\n try_adding_tooltip_icons()\n\n } catch (error) {\n\n if (is_canada_external()){\n // no modifications needed, quit\n return\n }\n if (is_canada_internal()){\n // remove numbers from questions\n $(\"span:contains('5- Please state your city') > span > span\").first().text(\"Please state your city\")\n $(\"span:contains('6- Please state your province') > span > span\").first().text(\"Please state your province\")\n return\n }\n if (is_brazil_internal()){\n // no modification needed, quit\n return\n }\n if (is_brazil_external()){\n // If we get here, then the try block was succesful and we can quit this loop\n return\n }\n\n setTimeout(question_modifications, 300);\n\n \n // // if we get here, then the questions haven't loaded yet. Re-call th\n // // above script throws a \"parentElement not found\" error if the jquery selectors fail. Jquery selector likely failing because question does not exist on DOM when script is called.\n // if ($(\".custom_vale_icon\").length == 0) {\n // console.log(\"calling tooltips recursively\");\n // }\n }\n}\n\nsetTimeout(question_modifications, 300);\n</script>"}, "enableTalentNetwork": 1, "favicons": {"favicon": "https://static.vscdn.net/images/careers/demo/vale/favicon.ico"}, "homePageHeroBanner": {"image": "https://static.vscdn.net/images/careers/demo/vale/imageevp.jpg", "title": "N\u00f3s utilizamos intelig\u00eancia artificial para indicar as melhores vagas para o seu perfil. A ferramenta ainda est\u00e1 em fase de aprendizagem, por isso seja compreensivo(a) caso haja indica\u00e7\u00f5es n\u00e3o coerentes com seu curr\u00edculo."}, "showJobId": 1, "links": {"blogs": ["https://www.linkedin.com/pulse/data-governance-key-element-digital-transformation-edson-antonio/", "https://www.linkedin.com/pulse/vale-experience-global-trainee-program-paula-nacif-de-moura/"], "videos": ["https://www.youtube.com/watch?v=tk3SrZ6WPb0", "https://www.youtube.com/watch?v=33Mgbclh5xw", "https://www.youtube.com/watch?v=1NFVEQ_BDN8"]}, "companyName": "Vale", "navBar": {"opacity": 0.9, "image": "https://static.vscdn.net/images/careers/demo/vale/Vale_w.png", "link": "http://www.vale.com/brasil/PT/people/Paginas/Portal-de-Vagas.aspx", "background": "#007E7A", "title": "Vale"}, "applySuccessMessage": "Candidatura Confirmada!", "privacy": {"text": "<div style=\"text-align: initial;\">We only collect essential data for this activity under the legal basis of your interest in participating in selection processes and joining the talent bank. We use Eightfold's artificial intelligence tool that automatically reads your resume and fills in the data found on it on the Platform. We use the personal data collected as follows:<br><br>\n\n<ul>\n<li>Enable your participation in the selection process(es);</li>\n\n<li>Include your data in our system to facilitate the analysis of your resume during the selection process for the position;</li>\n\n<li>Contact you, based on the progress of the selection process in which you are participating or to inform you about new opportunities that may be of interest to you;</li>\n\n<li>Monitor our service and our interactions with you.</li>\n\n<li>Notify your manager, via email, of your application</li>\n\n</ul>\n<br>\nWe will not use your data for purposes other than those indicated above without your consent.<br>\nYour data will only be shared with those who need to receive it to enable their participation in the selection process or to suggest other vacancies at Vale that align with your profile. Thus, Vale's recruiters will receive your data and, any partner HR consultant that is supporting us in conducting the Vale selection process.<br>\nSuch companies will be able to communicate directly with you to conduct the selection process and related topics.</div>\n\n<br><br><p>Coletamos apenas dados essenciais para essa atividade e sob o fundamento legal do seu interesse na participa\u00e7\u00e3o de tais processos seletivos e integra\u00e7\u00e3o de bancos de talentos.<br>N\u00f3s usamos a ferramenta de intelig\u00eancia artificial da Eightfold que l\u00ea seu curr\u00edculo automaticamente e preenche os dados que se encontram nele na Plataforma.<br>Utilizamos os dados pessoais coletados para:<br><br>\u2022 Viabilizar sua participa\u00e7\u00e3o em processos(s) seletivo(s);<br>\u2022 Incluir seus dados no nosso sistema para facilitar a an\u00e1lise do curr\u00edculo durante o processo seletivo para a vaga;<br>\u2022 Entrar em contato com voc\u00ea, em raz\u00e3o de andamento do processo seletivo de que voc\u00ea esteja participando ou para inform\u00e1-lo sobre novos processos que possam ser de seu interesse;<br>\u2022 Monitorar nosso atendimento e nossas intera\u00e7\u00f5es com voc\u00ea.<br>\u2022 Seu gestor receber\u00e1 uma confirma\u00e7\u00e3o por email da sua candidatura<br><br>N\u00e3o n\u00e3o usaremos seus dados para fins diferentes dos indicados acima sem o seu consentimento.<br>Seus dados ser\u00e3o compartilhados apenas com aqueles que precisam receb\u00ea-los para viabilizar sua participa\u00e7\u00e3o no processo seletivo ou para sugerir para voc\u00ea outras vagas na Vale que sejam aderentes ao seu perfil. Assim, receber\u00e3o seus dados os recrutadores da Vale e, eventualmente, alguma consultoria de RH parceira que esteja nos apoiando na condu\u00e7\u00e3o do processo seletivo Vale.<br>Tais empresas poder\u00e3o se comunicar diretamente com voc\u00ea para a condu\u00e7\u00e3o do processo seletivo e para temas relacionados.<br><b> O site de carreiras interno \u00e9 um portal exclusivo para funcion\u00e1rios Vale. Terceirizados devem aplicar pelo site de carreiras externos </b></br>", "button": "Confirmar", "title": "Pol\u00edtica de Privacidade de Dados"}, "postApplyText": "Voc\u00ea receber\u00e1 uma mensagem de confirma\u00e7\u00e3o da sua candidatura no email registrado. Fique atento ao seu email para novidades sobre o processo seletivo.", "perks": [], "defaultState": {"pymww": false, "autoLoadFirstPosition": false}, "custom_style": {"css": ".btn-primary{background-color: rgb(0, 126, 122) !important;border-color: rgb(0, 126, 122) !important}.btn-primary:hover{background-color: rgb(0, 126, 122) !important;border-color: rgb(0, 126, 122) !important;color: #000 !important}.go-button{border-color: #007e7a !important;color: #007e7a !important}.btn-secondary{border-color: rgb(0, 126, 122) !important;color: rgb(0, 126, 122) !important}.btn-secondary:hover{border-color: rgb(0, 126, 122) !important;color: rgb(0, 126, 122) !important}.position-apply-button,.add-to-job-cart-button{background:#007e7a!important;border-color: #007e7a !important;color: rgb(0, 126, 122) !important}.position-apply-button, .add-to-job-cart-button:hover{color: #ffffff !important}.people-card-matches{color: rgb(0, 126, 122) !important}.perk-icon{color: rgb(0, 126, 122) !important}.get-matched-button{font-weight:normal;font-size:12pt!important;border:0px;}.search-results-main-container .position-cards-container .card-selected {border-left-color:#007e7a!important;}.personalization-bar{background-color: #6a6a69 !important}.position-card .position-title{color: #007e7a !important}.all-positions-header h1{font-size: 20pt !important; color: rgb(0, 0, 0) !important;font-weight:bold;}.perk-icon{color: rgb(0, 126, 122) !important}.jumbotron{font-size: 200px !important}.advanced-options-button{color: rgb(0, 126, 122) !important}.jumbotron h1{font-size:24pt!important;font-weight:normal!important;margin-top: 70px !important}.position-sub-title, .custom-content-title {font-size:16pt!important;color:#000000!important;}.banner-item img{width:136px;}.banner-item {right:-43px;}.candidate-login-button{color: rgb(0, 126, 122) !important; border-color: #007e7a !important} .apply .refer .navbar img { height: 20px !important;}.upload-resume-modal .privacy-agreement {width: 100%;max-width: 470px !important;min-height: 590px !important;border-radius: 30px !important; padding: 15px 15px 15px 15px; !important; font-size:9pt !important}.upload-resume-modal .privacy-agreement .btn-sm {border-color: rgb(0, 126, 122) !important} .position-count-message{color: #ffffff !important} .position-insights.p-md{visibility: hidden !important} .insights-bg{visibility: hidden !important} .col-xs-12.col-sm-12.col-md-7.no-pad-right{width: 54% !important} .match-details {visibility:hidden !important} .jumbotron h1 { text-align: left !important; margin-left: 68% !important; padding-left: 16px !important; font-size: 16px !important; padding-right: 2% !important; background-color: rgba(237,177,17, 0.85)!important; padding-top: 16px !important; padding-bottom: 16px !important; margin-top: 28px !important;} @media only screen and (max-width: 992px) {.jumbotron h1 { margin-left: 52% !important; margin-top: 50px !important;}}"}, "hideJobCart": true, "recaptcha_enabled": 0}, "positions": [{"id": 12763000, "name": "Health, Safety, Environmental and Community Relations Manager \u2013 Exploration Canada", "location": "Copper Cliff, ON, CAN", "locations": ["Copper Cliff, ON, CAN"], "hot": 0, "department": "H&S and Sustainability (S)", "business_unit": "Unknown", "t_update": 1659459969, "t_create": 1659398400, "ats_job_id": "1050321", "display_job_id": "1050321", "type": "ATS", "job_description": "Health, Safety, Environmental and Community Relations Manager - Exploration Canada Join Vale today. Continuously learn throughout your career. Who We Are: Welcome to Vale in Canada. As a leader in the mining industry, our responsibility is to positively impact our people, communities, and the environment. We value our workforce and offer continuous training and career development opportunities for our people. Vale is a global leader in the production of iron ore and one of the largest producers of nickel. Active in Canada for over 100 years, Vale employs nearly 6,000 people across our corporate office in Toronto and sites in Manitoba, Ontario, and Newfoundland and Labrador. Applying the latest technologies to sustainably produce nickel, copper, cobalt, platinum group metals, gold and silver is at the heart of what we do. With our global headquarters in Rio de Janeiro, Brazil, and approximately 125,000 employees in over 30 countries, Vale is constantly growing and changing. We invite you to be part of our evolution. The Opportunity We are currently seeking a Health, Safety, Environmental and Community Relations Manager to join our Exploration team in Sudbury. This is a permanent position. In this position, you will Plan, organize, direct, control and coordinate the provision and administration of Health, Safety, Environment (HSE) and Community Relations services in support of Exploration activities in Canada. Ensure that strategic goals and objectives are met, securing, and improving the corporate responsibility and performance on HSE and on sustainable and transparent relationships with communities, public agencies and officers, employees and contractors. Lead the implementation of Corporate and Continuous Improvement Initiatives and support the implementation of the Vale Production System (VPS) within Exploration. Coordinate the licensing of projects, operations and worksites, and the delivery of baseline studies for projects. Ensure services and information on the daily operations in line with HSEC practices and business objectives, ensuring that standards, norms, processes, and reports are updated and align with corporate directions, industry practices and legal requirements. Additionally, in this position you will Lead the HSEC group and maintain professional relationships with all partners Facilitate improvements in OHS performance on Vale's exploration projects in Canada, specifically Sudbury (Ontario), Thompson (Manitoba), Voisey's Bay (Newfoundland-Labrador) and greenfield projects. Develop and maintain Vale Exploration's Health & Safety Management systems. Direct the reporting and investigation of workplace incidents, unsafe conditions, and non-compliances. Ensure compliance of activities, facilities, equipment, documents, and information with HSEC management system and other corporate norms, governance, policies, standard processes, and regulatory requirements. Resolve, implement and indicate social and community relations strategies, programs, and projects, following corporate norms. Coordinate studies on environmental, forestry and social impacts of exploration projects, and the regulatory licensing for diamond drill sites, construction of camps, bridges, accesses, and facilities. Recommend and lead budgets, controlling expenditures, and ensuring the efficient use of resources in HSEC. Lead, manage and develop supervisors and staff to ensure positive and inclusive workplace, smooth business operations, and the provision of accurate, complete, timely, correctly loaded, retained, and distributed information. Maintain business continuity by ensuring the implementation and day-to-day usage of risk and organizational change following corporate policies. Prepare reports, correspondences, proxies, and submissions. Ensure assistance, access, and complete information for internal and external auditors. Represent the company at conventions, seminars, public hearings, and forums. Take active part in formulation, implementation, compliance, and development of employees for the Health, Safety and Environment Management System and Code of Ethics, assisting in evaluation and continuous improvement of these processes. About You Education: Undergraduate degree is required P. Geo., P.Eng., or CRSP designation is preferred Experience: 11-15 years of experience in a similar subject area Skills OHS Management experience (mining or exploration) Operational Experience (mining or exploration) Effective coach and mentor, and demonstrates leadership ability Ability to communicate vision and strategy, and facilitate change Ability to motivate and develop others Willingness to follow internal procedures and controls Highly focused, motivated, and self-directed Highly developed written and verbal skills Ability to effectively communicate both externally and internally Ability to provide information with tact and courtesy Ability to understand other's point of view Assertive when required but having the ability to adapt and show tact High level of professionalism when dealing with external stakeholders Good organizational skills Ability to effectively delegate tasks Proactive approach to work Committed to meeting deadlines Ability to work well under pressure Good attention to detail Strong focus on quality outcomes Strives for continuous improvement Ensure highest personal standards of behavior, acting with integrity Strong analytical and problem-solving skills Ability to liaise & co-ordinate across numerous departments Ability to integrate resources across functions or teams How can Vale grow your career? The Health, Safety, Environmental and Community Relations Manager will allow the right candidate to shape our mining operations. Additionally, Vale Canada offers a series of benefits including: Competitive salary Attractive pension and benefits (company paid core coverage, flex health and dental coverage, flex accounts, disability plans and optional insurances) Leave for all of life's reasons (vacation, flex, sick, top up for maternity/parental) Flexible work arrangements Work culture dedicated to safety, diversity & inclusion, and career growth Grow your career in a large and global company, and mining industry leader Employee Family Assistance Program Online training and career development opportunities Opportunities to advise and oversee the design, budget and construction of new mines and expansions Difference Makes All the Difference At Vale, we are committed to ensuring an inclusive work environment where people feel comfortable to be themselves. Vale encourages everyone to express their ideas and opinions and values the plurality of individual profiles. We want our people to feel that all voices are heard, all cultures respected and that a variety of perspectives are not only welcome - they are essential to our success. We treat each other fairly and with dignity regardless of race, gender, nationality, ethnic origin, religion, age, sexual orientation, or any other personal consideration that makes us different. Vale is an equal opportunity employer seeking to increase diversity across our operations and improve equal opportunity at Vale and in the mining industry. In accordance with the Accessibility for Ontarians with Disabilities Act, accommodation is available throughout our recruitment process for applicants with disabilities. Grade: 14V Apply by: August 14, 2022", "stars": 0.0, "medallionProgram": null}, {"id": 11411921, "name": "Sr Analyst, Contract Administration", "location": "Copper Cliff, ON, CAN", "locations": ["Copper Cliff, ON, CAN", "Sudbury, ON, Canada"], "hot": 0, "department": "Mgr, Project Controls (S)", "business_unit": "Unknown", "t_update": 1656006934, "t_create": 1647475200, "ats_job_id": "1045522", "display_job_id": "1045522", "type": "ATS", "job_description": "Job Title: Sr Analyst, Contract Administration Join Vale today. Continuously learn throughout your career. Who We Are: Welcome to Vale in Canada. As a leader in the mining industry, our responsibility is to positively impact our people, communities, and the environment. We value our workforce and offer continuous training and career development opportunities for our people. Vale is a global leader in the production of iron ore and one of the largest producers of nickel. Active in Canada for over 100 years, Vale employs nearly 6,000 people across our corporate office in Toronto and sites in Manitoba, Ontario, and Newfoundland and Labrador. Applying the latest technologies to sustainably produce nickel, copper, cobalt, platinum group metals, gold and silver is at the heart of what we do. With our global headquarters in Rio de Janeiro, Brazil, and approximately 125,000 employees in over 30 countries, Vale is constantly growing and changing. We invite you to be part of our evolution. Our Team: Our Sudbury Operations have been in existence for more than 100 years. With five mines, a mill, a smelter, a refinery and nearly 4,000 employees it is also one of the largest integrated mining complexes in the world. Sudbury is also home to several administrative sites serving both the Ontario Operations as well as all our North Atlantic Operations. Port Colborne is home to our Nickel Refinery where raw materials from our Sudbury operations are processed into electrocobalt and precious metals and serves as a distribution centre for finished nickel products. The Opportunity We are currently seeking a Sr Analyst, Contract Administration to join our North Atlantic Project Group. This is a permanent, remote position and will require occassional travel to site. This project will focus on the Thompson Mine Expansion (TME). The Sr. Analyst, Contract Administration will provide contract coordination services to follow the corporate guidelines, procedures, Vale values, principles, and policies. Additionally, the Sr. Analyst will be responsible for the daily administration and tracking of the project's contracts in the following areas: services, material requisitions, field material request and contracts. The role will coordinate the development and issuance of RFP, contractor's mobilization, execution, and administration of the contracts during the project period., The key objective will be to guarantee compliance, to minimize the operating and financial risk and manage resources for the effective and efficient contract execution while working closely with the Procurement, Engineering, Health & Safety, Construction teams and all others Project areas. Additionally, in this position you will... Support all activities associated to contracts strategies during feasibility studies (FEL3) and execution. Lead the preparation of the RFP package and technical evaluation prior to award. Provide input to procurement in developing sourcing strategies. Manage the and expedite bid technical analysis and clarification requests. Support contractor mobilization, manpower ramp up, equipment training, certification and sign off. Reconcile pro-forma invoicing; validate invoicing charges to ensure compliance with commercials terms and facilitate on time payment. Forecast, plan, and manage contractual services, according to targets and direction from the project team. Maintain tracking logs for deliveries, mobilization, claims, warranty, issues and changes. Ensure financial controls processes are enforced in accordance with best practices and governance requirements. Establish change order claims and warranty registers. Manage all contractual documentation, maintain progress meeting minutes. Maintain relevant information to refute potential claims. Perform contract close-outs in a timely manner. Support Engineering and/or Construction in assessing the performance of the vendor/contractor by key performance indicators and audits. Track and report on payment KPI's; take action to improve where required. Implement contract management processes and procedures; develop recommendations to improve procedures and controls to ensure best business practices are implemented. Ensure compliance of all the Contracts related matters with Corporate, legal, Project Delivery System (PDS), ethics, regulatory, insurance, finance, tax, and Health and Safety (HSE) requirements regarding procurement related issues. Prepare and issue contract documents for signature with the input from other Project functions. Conduct kick of meetings ensuring that all team members are conversant with Owner and Contractor obligations as stipulated in the Contract. Manage the Change management process and tracking Ensure the assembly and maintenance of contract records for the purpose of administering contracts. Strictly control modifications to the contracts, negotiating requests for modifications, claims and litigation, if necessary Mentor junior contract administrator team members. About You Education Undergraduate degree is required Supply Chain Professional certification is mandatory Experience 8-10 years of experience in a similar subject area Skills 8-10 years Contracts related experience in a construction project environment. Strategic thinker Good negotiation skills Experience with entire Contract administration cycle of contracts ranging from $20 - 100 million Progressive experience working with SAP / ERP systems. Excellent communication and organizational skills Strong analytical and troubleshooting skills, with a keen attention to detail. How can Vale grow your career? Vale Canada offers a series of benefits including: Competitive salary Attractive pension and benefits (company paid core coverage, flex health and dental coverage, flex accounts, disability plans and optional insurances) Leave for all of life's reasons (vacation, flex, sick, top up for maternity/parental) Flexible work arrangements Work culture dedicated to safety, diversity & inclusion and career growth Grow your career in a large and global company, and mining industry leader Employee Family Assistance Program Online training and career development opportunities Opportunities to advise and oversee the design, budget and construction of new mines and expansions Difference Makes All the Difference At Vale, we are committed to ensuring an inclusive work environment where people feel comfortable to be themselves. Vale encourages everyone to express their ideas and opinions and values the plurality of individual profiles. We want our people to feel that all voices are heard, all cultures respected and that a variety of perspectives are not only welcome - they are essential to our success. We treat each other fairly and with dignity regardless of race, gender, nationality, ethnic origin, religion, age, sexual orientation or any other personal consideration that makes us different. Vale is an equal opportunity employer seeking to increase diversity across our operations and improve equal opportunity at Vale and in the mining industry. In accordance with the Accessibility for Ontarians with Disabilities Act, accommodation is available throughout our recruitment process for applicants with disabilities. Grade: F5T Apply by: August 12, 2022", "stars": 0.0, "medallionProgram": null}, {"id": 12726103, "name": "Mechanical or Electrical Engineering Co-Op Student", "location": "Labrador, NL, CAN", "locations": ["Labrador, NL, CAN"], "hot": 0, "department": "VBME - Project (S)", "business_unit": "Unknown", "t_update": 1659103027, "t_create": 1659052800, "ats_job_id": "1050192", "display_job_id": "1050192", "type": "ATS", "job_description": null, "stars": 0.0, "medallionProgram": null}, {"id": 12786841, "name": "Ground Control Lead", "location": "Labrador, NL, CAN", "locations": ["Labrador, NL, CAN"], "hot": 0, "department": "MTS-Mine Planning-Underground", "business_unit": "Unknown", "t_update": 1659726066, "t_create": 1659657600, "ats_job_id": "1050471", "display_job_id": "1050471", "type": "ATS", "job_description": null, "stars": 0.0, "medallionProgram": null}, {"id": 12786268, "name": "Industrial Hygiene Coordinator", "location": "Labrador, NL, CAN", "locations": ["Labrador, NL, CAN"], "hot": 0, "department": "Health & Safety (S)", "business_unit": "Unknown", "t_update": 1659711310, "t_create": 1659657600, "ats_job_id": "1050458", "display_job_id": "1050458", "type": "ATS", "job_description": null, "stars": 0.0, "medallionProgram": null}, {"id": 12787005, "name": "Surveying Assistant", "location": "Thompson, MB, CAN", "locations": ["Thompson, MB, CAN"], "hot": 0, "department": "MTS-Mine Plning-Executin MB(S)", "business_unit": "Unknown", "t_update": 1659729543, "t_create": 1659657600, "ats_job_id": "1050477", "display_job_id": "1050477", "type": "ATS", "job_description": "Welcome to Vale in Canada. As a leader in the mining industry, our responsibility is to positively impact our people, communities, and the environment. We value our workforce and offer continuous training and career development opportunities for our people. Vale is a global leader in the production of iron ore and one of the largest producers of nickel. Active in Canada for over 100 years, Vale employs nearly 6,000 people across our corporate office in Toronto and sites in Manitoba, Ontario, Newfoundland, and Labrador. Applying the latest technologies to sustainably produce nickel, copper, cobalt, platinum group metals, gold and silver is at the heart of what we do. With our global headquarters in Rio de Janeiro, Brazil, and approximately 125,000 employees in over 30 countries, Vale is constantly growing and changing. We invite you to be part of our evolution. With over 60 years of experience as a top nickel producer in Manitoba, the Thompson Mine and Concentrator has a strong future in northern Manitoba. Located in the heart of the northern boreal region, the Thompson Nickel Belt is still considered one of the world's most promising resources. Our Team: The Thompson Mines Technical Services (MTS) Team is integral to the success of the operations in being a safe and reliable producer. We aim to design and plan safe, sustainable ore extraction through technical excellence in the areas of geology, mine planning, ventilation, backfill, ground control, drill/blast, and survey control. The Opportunity The successful candidate will be a member of the Mines Engineering department as a part of a survey team. The successful candidate must be able to build and maintain relationships and interact with other technical staff, supervision, and hourly employees. The position requires field work in an industrial environment, underground and/or surface and on uneven ground. Additionally, in this position you will: Provide underground and surface surveying services in an industrial production environment (topo, heading alignment, stope cavity survey monitoring, check surveys, raises, drone lidar) Update mine drawings Month-end survey for incentive calculations Lay out reference lines and rings as required for vertical blasthole mining (VBM) production drilling Survey collars and breakthroughs on production drilling for quality control Borehole and breakthrough warnings Care and control of survey equipment and designated mobile equipment. About You A technical diploma, OR High school diploma with strong skills in math and computer usage and 2-3 years of experience in an industrial environment. Sound survey and associated mathematical skills Experience working in an industrial environment Strong computer skills Knowledge and usage of MS Office Demonstrates safe behavior Demonstrates effective communication skills. Computer skills (Microsoft Office, AutoCAD and Deswik) Good oral and written communication skills. Understanding of mine survey techniques/standards. Proficient in use and care of survey instruments How can Vale grow your career? The Mines Survey Technician will be exposed to the different phases of the Thompson Mine Expansion project. The candidate will be a part of the Thompson Mines Technical Services (MTS) Team which is integral to the success of the operations in being a safe and reliable producer. Additionally, Vale Canada offers a series of benefits including: Competitive salary Participation in our Employee Family Assistance Program Online leadership training opportunities Opportunities to advise and oversee the design, budget and construction of new mines and expansions Difference Makes All the Difference At Vale, we are committed to ensuring an inclusive work environment where people feel comfortable to be themselves. Vale encourages everyone to express their ideas and opinions and values the plurality of individual profiles. We want our people to feel that all voices are heard, all cultures respected and that a variety of perspectives are not only welcome - they are essential to our success. We treat each other fairly and with dignity regardless of race, gender, nationality, ethnic origin, religion, age, sexual orientation, or any other personal consideration that makes us different. H04", "stars": 0.0, "medallionProgram": null}, {"id": 12782983, "name": "Shaft Maintenance Planner", "location": "Sudbury, ON, CAN", "locations": ["Sudbury, ON, CAN"], "hot": 0, "department": "Coleman-Mtce -Mobile Mtce(S)", "business_unit": "Unknown", "t_update": 1659642878, "t_create": 1659571200, "ats_job_id": "1050430", "display_job_id": "1050430", "type": "ATS", "job_description": "Who We Are: Welcome to Vale in Canada. As a leader in the mining industry, our responsibility is to positively impact our people, communities and the environment. We value our workforce and offer continuous training and career development opportunities for our people. Vale is a global leader in the production of iron ore and one of the largest producers of nickel. Active in Canada for over 100 years, Vale employs nearly 6,000 people across our corporate office in Toronto and sites in Manitoba, Ontario, Newfoundland and Labrador. Applying the latest technologies to sustainably produce nickel, copper, cobalt, platinum group metals, gold and silver is at the heart of what we do. With our global headquarters in Rio de Janeiro, Brazil, and approximately 125,000 employees in over 30 countries, Vale is constantly growing and changing. We invite you to be part of our evolution. Our Team: The Coleman Mine Team is integral to the success of the operation in becoming a safe, predictable, and reliable producer. The teamwork across the mine is to ensure success through enhanced planning and scheduling processes and provide our employees the ability to identify and resolve work conflicts before they occur. Coleman Mine, it's worth the drive! The Opportunity We are currently seeking a Supervisor, Maintenance (Planner) for Shaft to join our Fixed Plant Team at Coleman Mine in Sudbury, Ontario. This is a permanent position and will report to Integrated Planning Superintendent As a Supervisor Maintenance (Planner), you will be accountable for continuously improving the work team (crew) performance through effective use of established processes and procedures. The successful candidate will be accountable for fixed plant maintenance planning/scheduling at Coleman Mine. Additionally, in this position you will: Adhere to maintenance business processes as outlined in Maintenance Planning and Control (MPC) by using approved systems (SAP, Prometheus, etc. ), tools and standards. Establish and maintain work relationships with the various key plant stakeholders including supervisors, schedulers, superintendents, crew members, etc. Execute the \"Planning and Provisioning\" element of the process for all types of work orders - systematic and non-systematic maintenance. This includes shutdown (PMP) and external resource related work. Coordinate and facilitate all required planning/scheduling routines for Mine Shaft equipment and infrastructure. Ensure WO user statuses are properly maintained throughout the lifecycle of the work order. Review and promote/reject all new notifications into your work center through the group approval process. Ensure work orders are planned and ready to be executed prior to the required end date as determined through the notification. Work within assigned budgets and escalate to management should a budget be exceeded. Identify and escalate all critical issues that threaten the successful execution of work orders for completion by their Required End Date. Manage backlog to ensure work orders are planned based off priority and required end date. Communicate and coordinate with procurement partners to ensure requisitioned items arrive as scheduled. Create and update task lists to capture routine work and efficiencies. Monitor KPIs and actively strive toward plant targets. About You You possess or offer the following: Education: College diploma in Mechanical Tech Trade Engineering degree in a related discipline would be an asset Trade certificate (Industrial Mechanic) Experience: The ideal candidate will have a minimum of 3 years of experience in mine shaft equipment and infrastructure. Experience in the mining environment would be an asset. Follow Vale's Safety Policies, Programs and Legislative Standards. Ability to work with minimal supervision and work well with others in a team environment. Written and oral communication skills. Must be obsessed with safety and risk. Demonstrate open and transparent dialogue in all aspects of work. Experience with SAP (will be an asset), Microsoft Office and related software products. How can Vale grow your career? The Supervisor Maintenance (Planner) will allow the right candidate to be accountable for continuously improving the work team (crew) performance through effective use of established processes and procedures at various plants or mines within the Sudbury area. Additionally, Vale Canada offers a series of benefits including: Competitive salary Attractive pension and benefits (company paid core coverage, flex health and dental coverage, flex accounts, disability plans and optional insurances) Leave for all of life's reasons (vacation, flex, sick, top up for maternity/parental) Work culture dedicated to safety, diversity & inclusion and career growth Grow your career in a large and global company, and mining industry leader Employee Family Assistance Program Online training and career development opportunities Opportunities to advise and oversee the design, budget and construction of new mines and expansions Difference Makes All the Difference At Vale, we are committed to ensuring an inclusive work environment where people feel comfortable to be themselves. Vale encourages everyone to express their ideas and opinions and values the plurality of individual profiles. We want our people to feel that all voices are heard, all cultures respected and that a variety of perspectives are not only welcome - they are essential to our success. We treat each other fairly and with dignity regardless of race, gender, nationality, ethnic origin, religion, age, sexual orientation or any other personal consideration that makes us different. Vale is an equal opportunity employer seeking to increase diversity across our operations and improve equal opportunity at Vale and in the mining industry. In accordance with the Accessibility for Ontarians with Disabilities Act, accommodation is available throughout our recruitment process for applicants with disabilities. Apply Deadline to Apply: August 18, 2022 Pay Grade: 17V", "stars": 0.0, "medallionProgram": null}, {"id": 12782493, "name": "Predictive Maintenance Technician", "location": "Labrador, NL, CAN", "locations": ["Labrador, NL, CAN"], "hot": 0, "department": "ConcentratorUG Utility Maint S", "business_unit": "Unknown", "t_update": 1659637106, "t_create": 1659571200, "ats_job_id": "1050420", "display_job_id": "1050420", "type": "ATS", "job_description": "Welcome to Vale in Canada. As a leader in the mining industry, our responsibility is to positively impact our people, communities and the environment. We value our workforce and offer continuous training and career development opportunities for our people. Vale is a global leader in the production of iron ore and one of the largest producers of nickel. Active in Canada for over 100 years, Vale employs nearly 6,000 people across our corporate office in Toronto and sites in Manitoba, Ontario, Newfoundland and Labrador. Applying the latest technologies to sustainably produce nickel, copper, cobalt, platinum group metals, gold and silver is at the heart of what we do. With our global headquarters in Rio de Janeiro, Brazil, and approximately 125,000 employees in over 30 countries, Vale is constantly growing and changing. We invite you to be part of our evolution. Our open-pit mine and concentrator in Voisey's Bay - Vale's only fly-in/fly-out operation in Canada - produces nickel-cobalt-copper concentrate and copper concentrate. An underground expansion will see a transition to a leading edge underground mine extending the life of the mine until 2034. Our state-of the-art facility in Long Harbour is the first nickel processing plant in the world to use hydrometallurgy technology to produce Plating RoundsTM from hard rock (sulphide) concentrate, with low carbon footprint compared to traditional smelter technology. Our offices in St. John's and Goose Bay provide support to the Newfoundland and Labrador Operations. The Opportunity We are currently seeking a Predictive Maintenance Technician to join our Utilities Fixed Plant Maintenance Team at our remote mine site in Voisey's Bay, Labrador, a fly-in fly-out operation. This permanent position is based at the Voisey's Bay mine site in Labrador, a fly-in fly-out operation. This position is on a two week on, two week off rotation. The Predictive Maintenance Technician works closely with reliability, planning and supervision to work toward zero unplanned downtime using predictive and preventative maintenance skills and techniques. In this position, you will: Influence the stakeholders in the containment and prevention of failures; Ensure compliance to Safety, Health, Environment & Quality requirements; Implement world class predictive maintenance techniques to flag equipment deterioration and prevent unplanned failures; Increase equipment availability and efficiency; Use world class reliability principles and tools, develop procedures as required and work to continuously improve maintenance condition monitoring processes, and ensure procedures are followed by all involved parties; Interpret data including vibration spectrum analysis, infrared imaging, oil analysis, alignment, NDT and perform failure analysis; Co-ordinate and management 3rd party PDM specialists; Be available as a technical resource to assist the maintenance team with troubleshooting of general equipment problems; Participate in the development and management of a vibration inspection and analysis program in the facility and be responsible for the program success by development of all procedures, tools, and resources used and supervision and development of maintenance trades in involved in its execution; Develop KPIs to quantify the performance of developed condition monitoring programs and update these KPIs on a continuous basis; Interface with Maintenance Planning personnel on a regular basis to ensure that PDM procedures and documentation are modified as necessary as a result of additions, deletions or modifications to the plant processes or configuration; Propose and participate in specialized training or seminars to enhance the overall ability of the department to perform in a sound technical and professional manner and actively participate in personal professional development and the professional development of other personnel; Maintain all condition monitoring documentation and ensure that all changes in documentation are reflected in the CMMS through liaison with Maintenance Planning. About You Education: Minimum Vibration Analysis Level II certification. Red Seal in a mechanical trade and/or diploma or demonstrated experience. Other combinations of education and experience would be considered. Experience: Minimum 8-10 years Journeyperson experience. Previous mining or heavy industrial experience is required. Knowledge & Skills: Maintenance and reliability of equipment experience in manufacturing/industrial environment. Ability to communicate effectively at all levels. Flexible and ability to work in a team environment is a must. Customer-focused attitude. Innovation and ability to use initiative. Good leadership and interpersonal skills. Ability to schedule, prioritize and manage tasks with minimal supervision. Strong computers skills. What We Offer Competitive Salary and Site Premiums. Opportunity to earn an annual Employee Bonus. Attractive pension and benefits (company paid core coverage, flex health and dental coverage, flex accounts, disability plans and optional insurances).\\ Leave for all of life's reasons (vacation, sick, top up for maternity/parental). Chartered flights within the province. 24/7 access to a fully stocked cafeteria with balanced meals prepared by our culinary team. Access to recreational facilities and social activities (cardio/weight room, gymnasium, music room, movie theatre, etc. ). Accommodations are equipped with cable TV, internet, and unlimited long-distance calling. All Personal Protective Equipment is provided upon hire. Employees are given a safety boot allowance and receive a 100% reimbursement for prescription safety glasses. Exposure to advanced mining technology and state of the art mechanized underground equipment. Employee Family Assistance Program. Work culture dedicated to safety, diversity & inclusion and career growth. Opportunities to grow your career in a large global company, and mining industry leader. Online training and career development opportunities. Difference Makes All the Difference At Vale, we are committed to ensuring an inclusive work environment where people feel comfortable to be themselves. Vale encourages everyone to express their ideas and opinions and Vale values the plurality of individual profiles. We want our people to feel that all voices are heard, all cultures respected and that a variety of perspectives are not only welcome - they are essential to our success. We treat each other fairly and with dignity regardless of race, gender, nationality, ethnic origin, religion, age, sexual orientation or any other personal consideration that makes us different. Vale is an equal opportunity employer seeking to increase diversity across our operations and improve equal opportunity at Vale and in the mining industry. Apply Interested applicants are encouraged to submit their application online at https://vale.eightfold.ai/careers. Innu Nation members and Nunatsiavut beneficiaries can also submit their application to their Vale Aboriginal Employment Coordinator. Deadline to Apply: Thursday, August 18th, 2022", "stars": 0.0, "medallionProgram": null}, {"id": 12782981, "name": "Technology Analyst (Experienced Analyst, IT)", "location": "Toronto, ON, CAN", "locations": ["Toronto, ON, CAN"], "hot": 0, "department": "IT Corp Appl & Info Srvc", "business_unit": "Unknown", "t_update": 1659646024, "t_create": 1659571200, "ats_job_id": "1050426", "display_job_id": "1050426", "type": "ATS", "job_description": "Technology Analyst (Experienced Analyst, IT) Join Vale today. Continuously learn throughout your career. Who We Are: Welcome to Vale in Canada. As a leader in the mining industry, our responsibility is to positively impact our people, communities, and the environment. We value our workforce and offer continuous training and career development opportunities for our people. Vale is a global leader in the production of iron ore and one of the largest producers of nickel. Active in Canada for over 100 years, Vale employs nearly 6,000 people across our corporate office in Toronto and sites in Manitoba, Ontario, and Newfoundland and Labrador. Applying the latest technologies to sustainably produce nickel, copper, cobalt, platinum group metals, gold and silver is at the heart of what we do. With our global headquarters in Rio de Janeiro, Brazil, and approximately 125,000 employees in over 30 countries, Vale is constantly growing and changing. We invite you to be part of our evolution. The Opportunity We are currently seeking a Technology Analyst to join our Base Metals Business Solutions Corporate Team. This is a permanent position and located at Vale's Corporate Communications Hub in Toronto. The Technology Analyst plays an integral role in technology at Vale by implementing and maintaining IT applications. The incumbent will partner with both the business and technology groups to ensure application services are aligned with business requirements, agreed service levels, safe operation, and technology policies and standards. The job functions will evolve to become more strategic and senior over time. As such, the successful candidate will need to present soft skills that demonstrate the ability to learn and grow on the job. Additionally, in this position you will: Maintain up-to-date knowledge of technology and business processes and systems for the corporate area to fully guide the direction for the associated technologies Look over application maintenance, enhancement, and support functions Analyze business problems and their requirements Participate in all sizes of IT projects as technical resource or as a domain guide (SME) Provide administration for external vendor partnerships Lead risks associated with cyber vulnerabilities and audit Continually seek opportunities to optimize the costs of IT application services Complete other related tasks and work, as assigned and required by Vale from time to time About You Education: An Undergraduate Degree in Information Technology Experience: Minimum 5 years of experience in a similar subject area Skills Analysis of business problems, conducting requirements analysis and gap analysis Oversight of teams conducting software development, application support, resolve and projects Management of technology change processes Knowledge of waterfall and agile project methodologies Knowledge of VPS and Lean methodologies Proficiency in Brazilian Portuguese language is an asset Good communication, and organizational skills How can Vale grow your career? Vale Canada offers a series of benefits including: Competitive salary Attractive pension and benefits (company paid core coverage, flex health and dental coverage, flex accounts, disability plans and optional insurances) Leave for all of life's reasons (vacation, flex, sick, top up for maternity/parental) Flexible work arrangements Work culture dedicated to safety, diversity & inclusion, and career growth Grow your career in a large and global company, and mining industry leader Employee Family Assistance Program Online training and career development opportunities Opportunities to advise and oversee the design, budget and construction of new mines and expansions Difference Makes All the Difference At Vale, we are committed to ensuring an inclusive work environment where people feel comfortable to be themselves. Vale encourages everyone to express their ideas and opinions and values the plurality of individual profiles. We want our people to feel that all voices are heard, all cultures respected and that a variety of perspectives are not only welcome - they are essential to our success. We treat each other fairly and with dignity regardless of race, gender, nationality, ethnic origin, religion, age, sexual orientation, or any other personal consideration that makes us different. Vale is an equal opportunity employer seeking to increase diversity across our operations and improve equal opportunity at Vale and in the mining industry. In accordance with the Accessibility for Ontarians with Disabilities Act, accommodation is available throughout our recruitment process for applicants with disabilities. Grade: F6T Apply by: August 14, 2022", "stars": 0.0, "medallionProgram": null}, {"id": 12761023, "name": "Supervisor, Production", "location": "Sudbury, ON, CAN", "locations": ["Sudbury, ON, CAN"], "hot": 0, "department": "CCM North Log & Support (S)", "business_unit": "Unknown", "t_update": 1659451454, "t_create": 1659398400, "ats_job_id": "1050310", "display_job_id": "1050310", "type": "ATS", "job_description": "Who We Are: Welcome to Vale in Canada. As a leader in the mining industry, our responsibility is to positively impact our people, communities and the environment. We value our workforce and offer continuous training and career development opportunities for our people. Vale is a global leader in the production of iron ore and one of the largest producers of nickel. Active in Canada for over 100 years, Vale employs nearly 6,000 people across our corporate office in Toronto and sites in Manitoba, Ontario, Newfoundland and Labrador. Applying the latest technologies to sustainably produce nickel, copper, cobalt, platinum group metals, gold and silver is at the heart of what we do. With our global headquarters in Rio de Janeiro, Brazil, and approximately 125,000 employees in over 30 countries, Vale is constantly growing and changing. We invite you to be part of our evolution Our Team: The Logistics Supervisor will oversee fixed plant, Muck Circuit, Supply Movements, Storages and Shaft Activities at Copper Cliff North Mine. Working closely with different departments and peers to be successful in safety, production and planning / scheduling. The Opportunity We are currently seeking a Supervisor, Production to join our North Mine - Logistics team in Sudbury, Ontario. You will continuously improve the work team performance through effective use of established processes and procedures in achieving assigned objectives. Improve the effectiveness of the front-line team while meeting the business objectives. This includes ensuring the completion of assigned work with consistency and accuracy. Follow Vale's Safety Policies, Programs and Legislative Standards. This is a permanent position on a rotation schedule. Additionally, in this position you will: Manage systems within the area of accountability to achieve the following outputs; Zero Harm to employees, the business, the environment and the community Achieve/exceed production quality & quantity targets while maximizing economic resources and recovery, Achieve total product and unit cost, and capital (as applicable) expenditure targets Review & communicate Risk Management situations with crew members at line up and field discussions. Follow notification protocols for incidents and initiate on-shift investigations. Leads and ensures Safe Production behaviors' are exhibited by all crew members. Coach members on consistently achieving ALARA and take corrective action when necessary to address noncompliance. Meet objectives and comply with; Monthly Safety plans, incident reporting process, Policy/Procedure reviews, MOC system, etc. Perform injury management, working with employee and health care providers to successfully return the employee to work. Identify and correct negative special cause circumstances that are within authority level and escalate those that are outside authority. Continuously improve the performance of the production & maintenance frontline team through effective use of established processes and procedures. This includes ensuring the completion of assigned work with increasing consistency and accuracy by; Assigning tasks, utilizing CPQQRT format, to team members so that work gets done in a safe and coordinated way. Handle process and social problems as they occur. Complete improvement projects, as assigned. Consistently apply established policies, procedures and best practices. Utilize the work practices under Work Management to approve, plan, schedule and execute tasks within the area(s). Assess assignments during shift to ensure that schedules are being attained, and/or take corrective actions as required. Complete all production and/or maintenance related reports and work orders, and communicates status to oncoming shift(s). Control inventories of consumables and supplies, and order materials to achieve production and/or maintenance schedules. Manage overtime to within targets, and distribute to crew members within the C.B.A. and provincial guidelines. Ensure crew qualifications are kept current for required work assignments, and schedule training as required. Coach & counsel employees on the standards of behaviour, and take corrective actions as required, including discipline and grievance management. About You Education: Grade 12 level education or GED equivalency Common Core: First Line Underground Mine Supervisor Common Core (770121) or Common Core for First Line Production Supervisor Underground Hard Rock Mining (770120) is preferred. Experience: 3 Years of leadership experience. Experience with: Commitment to open and transparent dialogue. You must be able to share ideas and messages in a clear way, focusing on the solution, without fear of addressing sensitive issues. Value collaboration and systemic thinking. You must value working together to maximize our ability to make things happen. Understand the importance of innovation and adaptability. You are curious and aware of trends as well as courageous to challenge the status quo and test different approaches. Ability to develop people for high performance. You empower people to do more and to go further, creating purpose and providing continuous feedback. Commitment to meritocracy. You promote an environment where people are recognized for their work and exposed to opportunities based on their contributions. Requirements & Accountabilities Ability to work with minimal supervision and work well with others in a team environment Written and oral communication skills Must be obsessed with safety and risk Demonstrate open and transparent dialogue in all aspects of work How can Vale grow your career? The Logistics Supervisor is a management position that will allow the right candidate to shape our mining operations as well as a team of direct reports. Additionally, Vale Canada offers a series of benefits including: Competitive salary Attractive pension and benefits (company paid core coverage, flex health and dental coverage, flex accounts, disability plans and optional insurances) Leave for all of life's reasons (vacation, flex, sick, top up for maternity/parental) Flexible work arrangements Work culture dedicated to safety, diversity & inclusion and career growth Grow your career in a large and global company, and mining industry leader Employee Family Assistance Program Online training and career development opportunities Opportunities to advise and oversee the design, budget and construction of new mines and expansions Difference Makes All the Difference At Vale, we are committed to ensuring an inclusive work environment where people feel comfortable to be themselves. Vale encourages everyone to express their ideas and opinions and values the plurality of individual profiles. We want our people to feel that all voices are heard, all cultures respected and that a variety of perspectives are not only welcome - they are essential to our success. We treat each other fairly and with dignity regardless of race, gender, nationality, ethnic origin, religion, age, sexual orientation or any other personal consideration that makes us different. Vale is an equal opportunity employer seeking to increase diversity across our operations and improve equal opportunity at Vale and in the mining industry. In accordance with the Accessibility for Ontarians with Disabilities Act, accommodation is available throughout our recruitment process for applicants with disabilities. Apply Deadline to Apply August 16, 2022 Pay Grade: 17V", "stars": 0.0, "medallionProgram": null}], "debug": {}, "count": 33, "location_user": "any", "location_used": "", "locationInsights": null, "showWizard": 1, "disableLocationSearchDropdown": false, "recommended_star_threshold": 3.7, "mocTitle": null, "query": {"query": "canada", "location": "", "department": [], "skill": [], "seniority": [], "pid": ""}, "userTitles": [], "isThinProfile": false, "veteranProgramDetails": [], "enableTargetedResume": 0, "facets": {"skills": {"AutoCAD": 20, "Operations": 19, "Compliance": 15, "Geology": 15, "Documentation": 15, "Training": 14, "Surveying": 13, "Mining": 12, "Environmental": 10, "Safety Management Systems": 10, "Procurement": 9, "RFP": 9, "Contacts": 9, "Buyer": 9, "Inspection": 9, "Solidworks": 8, "MATLAB": 8, "CAD": 8, "Mechanical Engineering": 8, "Chemistry": 8}, "departments": {"Sup Man Preventiva": 4, "AP SUP MANUT PREDITIVA MINA": 3, "CCM Phase one \u2013 M&M (indirect)": 3, "Sup Manut Corretiva D": 3, "UG Mine Reid Brook - H": 3, "AP SUP MANUT PREDITIVA USINA": 2, "ATENDIMENTO T\u00c9CNICO A CLIENTES": 2, "COORD SUPR EQUIP PROCESSAMENTO": 2, "Coleman-Mtce -Mobile Mtce(S)": 2, "Ger Qualidade Proj Geot\u00e9cnicos": 2, "Mine Maintenance (S)": 2, "SUP ENGENHARIA E DESMONTE": 2, "SUP MANUT INFRA E PERF LETRA A": 2, "SUP MANUT PREVENTIVA FILTRAGEM": 2, "SUP PREV ELE CAR EXPEDICAO": 2, "SUP PREV TRANSP DE USINA": 2, "Sup Man Equip Noite CPX\\MAZ\\MU": 2, "Sup Manut Equip Mina TB DIA": 2, "Sup Servi\u00e7os e Infraestrutura": 2, "Supervis\u00e3o Manut Redes e Linha": 2, "AP GER SOL NEG GEOTEC ENERGIA": 1, "AP PROJ INFRA TI BR NORTE": 1, "AP SUP AUTOMA\u00c7\u00c3O TUBAR\u00c3O A": 1, "AP SUP PREV MEC TRANSPORT MINA": 1, "Ap Sup Man Mec Britagem Vulc": 1, "Apoio Gacir": 1, "Apoio Orc e Perf": 1, "CCM North Log & Support (S)": 1, "CCNR Instrument Electrical(H)": 1, "COORD ENG INSP PREDITIVA": 1, "COORD GEST AT. INVEST MINA SUL": 1, "COORD GESTAO PERFORMANCE OPE": 1, "COORD MONITORAM CONTR OPERAC C": 1, "COORD PCM EMBARQUE - ANDRE CRI": 1, "COORD PCM EQUIPAMENTOS MOVEIS": 1, "COORD PLANEJ INTEGRIDADE E PRO": 1, "COORD PROC OP USINA CE1": 1, "COORD PROGRAMAS AMBIENTAIS": 1, "ConcentratorUG Utility Maint S": 1, "Coord Desenv Conceitual": 1, "Coord Hig Erg Sul": 1, "Coord Infra Min Fech Sud": 1, "Coord Manut Ind VGRI, II e ABO": 1, "Coord PCM/Confiabilidade MI": 1, "Coord Plan Manut Gest Ativ SUL": 1, "Coordenador PCM 1-4": 1, "Coordena\u00e7\u00e3o de Cofiabilidade": 1, "EQUIPE COORD CONT PROC PELOT": 1, "Engenharia/Opera\u00e7\u00e3o t\u00e9cnica": 1, "Enviro-Air-SO2 Monitoring(S)": 1, "FA F\u00c1BRICA DE PLACAS": 1, "GER ENG DE USINA SUL": 1, "GER GEST VPS MINA SERRA SUL S1": 1, "GER IMPLANT BARRAGENS MARIANA": 1, "GER INFR MINAS PARALISADAS SE": 1, "GER MINERACAO NIQUEL": 1, "GER PL CAPEX CONT PROJ SOL CER": 1, "GER PLANEJ E CONTROLE DE ENG": 1, "GER VULCANIZA\u00c7\u00c3O PORTO NORTE": 1, "Geologia - Apoio Serra Norte": 1, "Ger Constru\u00e7\u00e3o Serra Norte I": 1, "Ger Governan\u00e7a Corporativa": 1, "Ger Inv Imobiliarios Emprest": 1, "Gerente de gerente de Constru\u00e7": 1, "Gestao de Ativos Industrial": 1, "H&S and Sustainability (S)": 1, "Health & Safety (S)": 1, "IAM-Proj&Shtdwn-Min&Mill MB(S)": 1, "IAM-Proj&ShtdwnSurfcePwrTns(S)": 1, "IROC - Control Center (S)": 1, "IT Business Partner OD(S)": 1, "IT Corp Appl & Info Srvc": 1, "LHO_IAM_RELIABILITY (S)": 1, "MTS-Mine Planning-Underground": 1, "MTS-Mine Plning-Executin MB(S)": 1, "Mgr, Project Controls (S)": 1, "Mgr,Safety/HlthEnvRiskNAPrj(S)": 1, "NATS-Rock Eng Seismic Risk(S)": 1, "Planej e Contr Infra Sudeste": 1, "Revitaliza\u00e7\u00e3o Industrial VGR": 1, "SUP ASSISTENCIA TECNICA EMBARQ": 1, "SUP AT OPER ELETRO INDUSTRIAL": 1, "SUP ENG OPER MATER ROD NORTE": 1, "SUP INS ELETRICA MINA": 1, "SUP INSPE\u00c7\u00c3O ATIVOS EQUIP MINA": 1, "SUP INSPE\u00c7\u00c3O ELETRICA NORTE": 1, "SUP LABORATORIO B": 1, "SUP MANUT REDU\u00c7\u00c3O REFINO_1": 1, "SUP OP MINA CMT TURNO A": 1, "SUP OPERA\u00c7\u00c3O CS": 1, "SUP OPERA\u00c7\u00c3O FINOS T D": 1, "SUP OPERA\u00c7\u00c3O MINA & USINA SL C": 1, "SUP OPERA\u00c7\u00c3O PELLET A": 1, "SUP PREV CORR C PERFURATRIZES": 1, "SUP PREV MEC ESCAVACAO MINA": 1, "SUP PREV PROC ELE OVERLAND": 1, "SUP QUAL AMOSTRAGEM PREPAR FIS": 1, "SUP QUAL GESTAO ITABIRA": 1, "SUP TMP E EXPEDI\u00c7\u00c3O SL - D": 1, "SUP. MANUT PREV. ESCAVADEIRAS": 1}, "seniority": {"Entry": 91, "Mid/Senior": 57, "Intern": 2, "CXO": 1}, "locations": {"NOVA LIMA, MG, BRA": 25, "CANAA DOS CARAJAS, PA, BRA": 18, "MARABA, PA, BRA": 13, "Sudbury, ON, CAN": 11, "Labrador, NL, CAN": 10, "PARAUAPEBAS, PA, BRA": 8, "VITORIA, ES, BRA": 8, "MARIANA, MG, BRA": 7, "RIO DE JANEIRO, RJ, BRA": 7, "SAO LUIS, MA, BRA": 6, "Copper Cliff, ON, CAN": 5, "ITABIRA, MG, BRA": 5, "SAO GONCALO DO RIO ABAIXO, MG,": 5, "CURIONOPOLIS, PA, BRA": 4, "OURILANDIA DO NORTE, PA, BRA": 4, "Thompson, MB, CAN": 4, "ITABIRITO, MG, BRA": 3, "BARAO DE COCAIS, MG, BRA": 2, "Long Harbour, NL, CAN": 2, "Minas Gerais, Brazil": 2, "remote": 2, "ACAILANDIA, MA, BRA": 1, "CARIACICA, ES, BRA": 1, "CONGONHAS, MG, BRA": 1, "DUQUE DE CAXIAS, RJ, BRA": 1, "JAIBA, MG, BRA": 1, "NOVA ERA, MG, BRA": 1, "SANTA BARBARA, MG, BRA": 1, "Sudbury, ON, Canada": 1, "Toronto, ON, CAN": 1}}, "isSubQuery": true, "showBusinessUnitInPositionSidebar": false, "hideDepartment": null, "iframeImplementation": null, "pcsTextConfiguration": {}, "facetNoTitlecase": null, "enableMapClustering": false, "candidateLogin": {}, "isHomePageLoad": false, "candidateBuildProfile": {}, "chatbot": false, "personalizationPreferencesEnabled": false, "installed_app_data": [], "enhancementsEnabled": false, "disableAutoScrollOnPositionSelect": false, "locationDistanceKmDefault": 100, "showLanguageDropdown": false, "languages": [{"value": "en", "title": "English"}, {"value": "it", "title": "Italiano"}, {"value": "es", "title": "Espa\u00f1ol"}, {"value": "fr", "title": "Fran\u00e7ais"}, {"value": "pt", "title": "Portugu\u00eas"}, {"value": "nb", "title": "Norsk"}, {"value": "de", "title": "Deutsch"}, {"value": "ja", "title": "\u65e5\u672c\u8a9e"}, {"value": "ms", "title": "Bahasa melayu"}, {"value": "zh-CN", "title": "\u4e2d\u6587 (\u7b80\u4f53)"}, {"value": "zh-TW", "title": "\u4e2d\u6587 (\u7e41\u9ad4)"}, {"value": "ko", "title": "\ud55c\uad6d\uc5b4"}, {"value": "th", "title": "\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22"}, {"value": "nl", "title": "Nederlands"}, {"value": "pl", "title": "Polski"}, {"value": "uk", "title": "Y\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430"}, {"value": "hr", "title": "Hrvatski"}, {"value": "el", "title": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac"}, {"value": "hu", "title": "Magyar"}, {"value": "cs", "title": "\u010de\u0161tina"}, {"value": "tr", "title": "T\u00fcrk\u00e7e"}, {"value": "ru", "title": "P\u0443\u0441\u0441\u043a\u0438\u0439"}, {"value": "ht", "title": "Haitian"}, {"value": "he", "title": "\u05e2\u05d1\u05e8\u05d9\u05ea"}, {"value": "pt-BR", "title": "Brazilian Portugu\u00eas"}, {"value": "da", "title": "Dansk"}, {"value": "fi", "title": "Suomi"}, {"value": "sv", "title": "Svenska"}], "displayLanguage": "en", "hamburgerMenuEnabled": false, "pcsRedesignedNuxEnabled": 0}
.btn-primary{background-color: rgb(0, 126, 122) !important;border-color: rgb(0, 126, 122) !important}.btn-primary:hover{background-color: rgb(0, 126, 122) !important;border-color: rgb(0, 126, 122) !important;color: #000 !important}.go-button{border-color: #007e7a !important;color: #007e7a !important}.btn-secondary{border-color: rgb(0, 126, 122) !important;color: rgb(0, 126, 122) !important}.btn-secondary:hover{border-color: rgb(0, 126, 122) !important;color: rgb(0, 126, 122) !important}.position-apply-button,.add-to-job-cart-button{background:#007e7a!important;border-color: #007e7a !important;color: rgb(0, 126, 122) !important}.position-apply-button, .add-to-job-cart-button:hover{color: #ffffff !important}.people-card-matches{color: rgb(0, 126, 122) !important}.perk-icon{color: rgb(0, 126, 122) !important}.get-matched-button{font-weight:normal;font-size:12pt!important;border:0px;}.search-results-main-container .position-cards-container .card-selected {border-left-color:#007e7a!important;}.personalization-bar{background-color: #6a6a69 !important}.position-card .position-title{color: #007e7a !important}.all-positions-header h1{font-size: 20pt !important; color: rgb(0, 0, 0) !important;font-weight:bold;}.perk-icon{color: rgb(0, 126, 122) !important}.jumbotron{font-size: 200px !important}.advanced-options-button{color: rgb(0, 126, 122) !important}.jumbotron h1{font-size:24pt!important;font-weight:normal!important;margin-top: 70px !important}.position-sub-title, .custom-content-title {font-size:16pt!important;color:#000000!important;}.banner-item img{width:136px;}.banner-item {right:-43px;}.candidate-login-button{color: rgb(0, 126, 122) !important; border-color: #007e7a !important} .apply .refer .navbar img { height: 20px !important;}.upload-resume-modal .privacy-agreement {width: 100%;max-width: 470px !important;min-height: 590px !important;border-radius: 30px !important; padding: 15px 15px 15px 15px; !important; font-size:9pt !important}.upload-resume-modal .privacy-agreement .btn-sm {border-color: rgb(0, 126, 122) !important} .position-count-message{color: #ffffff !important} .position-insights.p-md{visibility: hidden !important} .insights-bg{visibility: hidden !important} .col-xs-12.col-sm-12.col-md-7.no-pad-right{width: 54% !important} .match-details {visibility:hidden !important} .jumbotron h1 { text-align: left !important; margin-left: 68% !important; padding-left: 16px !important; font-size: 16px !important; padding-right: 2% !important; background-color: rgba(237,177,17, 0.85)!important; padding-top: 16px !important; padding-bottom: 16px !important; margin-top: 28px !important;} @media only screen and (max-width: 992px) {.jumbotron h1 { margin-left: 52% !important; margin-top: 50px !important;}}