CINXE.COM
About RTI | O*NET
<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>About RTI | O*NET</title> <!-- Bootstrap CSS --> <link href="/assets/css/bootstrap.css" rel="stylesheet"> <link href="/assets/css/styles-new.css" rel="stylesheet"> </head> <body class="min-vh-100 d-flex flex-column"> <nav class="navbar navbar-expand-lg bg-darkblue navbar-dark"> <div class="container"> <!-- <a class="navbar-brand" href="https://onet.rti.org/index.cfm?fuseaction=home"><img src="/assets/images/onetonline-survey.svg" id="logo" alt="O NET Logo"></a> --> <a class="navbar-brand" href="https://onet.rti.org/index.cfm?fuseaction=home"><img src="/assets/images/onet_logo.svg" id="logo" alt="O NET Logo"></a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav ms-auto mb-2 mb-lg-0"> <li class="nav-item"> <a class="nav-link" href="https://onet.rti.org/index.cfm?fuseaction=home">Home</a> </li> <li class="nav-item"> <a class="nav-link" href="https://onet.rti.org/index.cfm?fuseaction=about_onet">About O*NET</a> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> About the Survey </a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="https://onet.rti.org/index.cfm?fuseaction=about_survey">About the Survey</a></li> <li><a class="dropdown-item" href="https://onet.rti.org/index.cfm?fuseaction=questionnaires">Questionnaires</a></li> <li><a class="dropdown-item" href="https://onet.rti.org/index.cfm?fuseaction=occupation">Occupation Detail</a></li> <li><a class="dropdown-item" href="https://onet.rti.org/index.cfm?fuseaction=sample_memo">Sample Memo</a></li> <li><a class="dropdown-item" href="https://onet.rti.org/index.cfm?fuseaction=endorsement_list">Endorsement List</a></li> </ul> </li> <li class="nav-item"><a class="nav-link" href="https://onet.rti.org/index.cfm?fuseaction=faq">Data Collection FAQs</a></li> <li class="nav-item"> <a class="nav-link active" aria-current="page" href="https://onet.rti.org/index.cfm?fuseaction=about_rti">About RTI</a> </li> <li class="nav-item"> <a class="nav-link" href="https://onet.rti.org/index.cfm?fuseaction=contact">Contact Us</a> </li> <li class="nav-item"> <a class="nav-link" href="/project/index.cfm">Login</a> </li> </ul> </div> </div> </nav> <div class="container-fluid flex-grow-1"> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="card my-5"> <div class="card-header bg-yellow-highlight"> <h1 class="darkblue">About RTI</h1> </div> <div class="card-body"> <h2 class="darkblue">Mission</h2> <p><a href="http://www.rti.org/" target="_blank">RTI International (RTI)</a> is dedicated to improving the human condition through multidisciplinary research, development, and technical services that meet the highest standards of professional performance.</p> <h2 class="darkblue">Overview of RTI</h2> <p>RTI is an independent nonprofit organization performing research in many disciplines for government, industry and other clients throughout the United States and abroad.</p> <p>RTI conducts research that responds to priorities in health and medicine, advanced technologies, environmental protection, and public policy.</p> <p>The staff of over 5,000 worldwide represents a highly diverse set of technical capabilities, and two-thirds of the research staff have advanced degrees. These scientists and engineers are adept at working in multidisciplinary teams, often in collaboration with university and industry researchers, to meet the unique requirements of each R&D effort. They are active in many aspects of social, economic, statistical, chemical, life, environmental, electronic, and engineering sciences.</p> <p>RTI maintains offices on four continents, with headquarters in Research Triangle Park, North Carolina, reflecting its roots in the area's distinguished universities. Founded in 1958 with support from North Carolina government, education, and business leaders, RTI maintains close ties with North Carolina State University, Duke University, North Carolina Central University, and the University of North Carolina at Chapel Hill.</p> <a href="http://www.rti.org/" target="_blank"><button class="btn btn-primary">More information about RTI</button></a> </div> </div> </div> </div> </div> </div> <footer class="footer bg-darkblue py-2" style="border-top: 3px solid #fbba2a"> <div class="container"> <div class="row"> <div class="col-12 col-lg-4 text-lg-start"> <p class="white small"><strong>OMB # 1205-0421</strong></p> </div> <div class="col-12 col-lg-4 btn-center"> </div> <div class="col-12 col-lg-4 text-lg-end"> <p class="white small"><strong>Expires 11/30/2027</strong></p> </div> </div> </div> </footer> <script src="/assets/js/bootstrap.bundle.min.js"></script> <script src="/assets/js/jquery.js"></script> </body> </html>