Must have a Masters degree or foreign equivalent in Civil Engineering, Structural Engineering, Bridge Engineering, or a related field, and 5 years related work experience; OR a Bachelors degree or foreign equivalent in Civil Engineering, Structural Engineering, Bridge Engineering, or a related field, and 7 years of postbachelors progressive related work experience.br br Of the required experience, must have 5 years of experience with the following Providing engineering services for the design, rating, construction, maintenance, and repair of bridges and other transportation structures; Applying federal design standards, specifications and manuals including AASHTO American Association of State Highway and Transportation Officials; Preparing contract drawings using CAD software including AutoCAD and MicroStation; and Utilizing structural analysis programs including SAP2000 and STAAD.Pro.br br Of the required experience, must have 2 years of experience with the following Designing steel girder bridges using MDX; Designing precast concrete bridges using PGSuper; Performing bridge load ratings in accordance with NJDOT Highway Bridge Load Rating Manual, NBIS and AASHTO MBE; Utilizing bridge load rating software including, LARS Bridge, BXLRFD, BOX5, MDX, and STAAD.Pro; Applying client design standards, specifications and manuals including NJDOT New Jersey Department of Transportation, NJTA New Jersey Turnpike Authority; and Drafting contract drawings using Microstation in conformance with NJDOT and NJTA standards.br br Of the required experience, must have 1 year of experience with the following Designing prestressed concrete bridges using LEAP Concrete Bridge RCPIER; Designing deep foundations using LPILE; and Performing bridge load ratings in accordance with Connecticut Department of Transportation CTDOT Load Rating Manual.br br Must have a New Jersey Professional Engineering license.br br Travel to various locations throughout the US is required up to 10.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });