UNCLASSIFIED

"sites/weapon-one/sites/weapon-one/about.html" did not exist on "3e08cac704778f8e53f17f453438639e2b117ddb"
about.html 18.5 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
<!DOCTYPE html>
<html lang="en">

<head>

    <!-- Metas -->
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
    <meta name="title" content="WeaponONE: About" />
    <meta name="description" content="Learn about the Air Force Research Laboratory's WeaponONE program and how it's using digital twin technology." />

    <!-- Title  -->
    <title>About | WeaponONE</title>

    <!-- Favicon -->
    <link rel="shortcut icon" href="img/favicon.svg" />

    <!-- Google Fonts -->
    <link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap"
        rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap"
        rel="stylesheet">
    <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,500,600,700,800,900&display=swap"
        rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap"
        rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400;500;600;700&display=swap"
        rel="stylesheet">

    <!-- Plugins -->
    <link rel="stylesheet" href="css/plugins.css" />

    <!-- Core Style Css -->
    <link rel="stylesheet" href="css/style.css" />

</head>

<body>


    <!-- ==================== Start Loading ==================== -->

    <div id="preloader">
    </div>

    <!-- ==================== End Loading ==================== -->



    <!-- ==================== Start progress-scroll-button ==================== -->

    <div class="progress-wrap cursor-pointer">
        <svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
            <path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />
        </svg>
    </div>

    <!-- ==================== End progress-scroll-button ==================== -->



    <!-- ==================== Start cursor ==================== -->

    <div class="mouse-cursor cursor-outer"></div>
    <div class="mouse-cursor cursor-inner"></div>

    <!-- ==================== End cursor ==================== -->



    <!-- ==================== Start Navbar ==================== -->

    <nav class="navbar navbar-expand-lg">
        <div class="container navbar-container">

            <!-- Logo -->
            <a class="logo" href="index.html">
                <img src="img/w1-header-logo.svg" alt="WeaponONE logo">
            </a>

82
            <!-- Hamburger menu -->
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
                aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
                <span class="icon-bar"><i class="fas fa-bars"></i></span>
            </button>

            <!-- navbar links -->
            <div class="collapse navbar-collapse" id="navbarSupportedContent">
                <ul class="navbar-nav ml-auto">
                    <li class="nav-item">
                        <a class="nav-link" href="index.html">Home</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="news.html">News</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#">About</a>
                    </li>
                    <li class="nav-item dropdown">
                        <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button"
                            aria-haspopup="true" aria-expanded="false">Portal</a>
                        <div class="dropdown-menu">
104
                            <a class="dropdown-item" href="https://weaponone-il4.staging.dso.mil/" target="_blank">WeaponONE Digital Twin</a>
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
                            <a class="dropdown-item" href="coming-soon-golden-horde-colosseum.html">Golden Horde Colosseum</a>
                        </div>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="coming-soon-w1.html">Contact</a>
                    </li>
                </ul>
                <div class="search">
                    <span class="icon pe-7s-search cursor-pointer"></span>
                    <div class="search-form text-center custom-font">
                        <form method="GET" action="https://google.com/search" target="_blank">
                            <input type="text" name="q" placeholder="Search">
                        </form>
                        <span class="close pe-7s-close cursor-pointer"></span>
                    </div>
                </div>
            </div>
        </div>
    </nav>

    <!-- ==================== End Navbar ==================== -->



    <!-- ==================== Start Slider ==================== -->

    <header class="pages-header bg-img valign parallaxie" data-background="img/about/about-cover.png">
        <div class="container">
            <div class="row">
                <div class="col-lg-12">
                    <div class="cont text-left">
                        <h1>About Us</h1>
                        <img class="col-lg-4" src="img/about/about-underline.svg" alt="underline">
                    </div>
                </div>
            </div>
        </div>
    </header>

    <!-- ==================== End Slider ==================== -->



    <!-- ==================== Start Who We Are Section ==================== -->

    <section class="intro-section section-padding pb-0">
        <div class="container">
            <div class="row">
                <div class="col-lg-3 col-md-4">
                    <div class="htit sm-mb30">
                        <h4>Who We Are</h4>
                    </div>
                </div>
                <div class="col-lg-8 offset-lg-1 col-md-8">
                    <div class="text">
                        <p class="wow txt" data-splitting>The Air Force Research Laboratory (AFRL) is the primary scientific research and development center for the Air Force. AFRL plays an integral role in leading the discovery, development and integration of affordable warfighting technologies for our air, space and cyberspace force.</p>
                    </div>
                </div>
            </div>
            <div class="mt-30">
                <div class="text">
                    <p class="wow txt" data-splitting>WeaponONE is a digital transformation and modernization effort to apply the latest technologies to speed delivery of infrastructure, tools and data across the enterprise. The W1 digital, agile, and open ecosystem baselines a gov’t owned tech stack of cloud-based engineering and lifecycle management tools, DevSecOps software factory, data management strategy and a weapon specific Gov’t Reference Architecture (GRA) that enables rapid generation of flexible combat power through continuous integration/delivery of networked, collaborative, autonomous science and technology.</p>
                </div>
            </div>
            <div class="about-us-read-more">
                <div id="about-us-read-more-text-section" class="text mt-50 collapse">
                    <h6>Technology Challenges:</h6>
                    <br>
                    <ul>
                        <li>Integrate/Interpolate sharing work products government-to-government and government-to-industry</li>
                        <li>Develop and operate a government owned tech stack to support digital engineering and MS&A</li>
                        <li>Deploying hybrid multi-cloud environment at multiple levels of security</li>
                        <li>Modernization & training of workforce with state-of-the-art MBE tools improving access to test and evaluation data required to build tail-number, high-fidelity digital twins</li>
                    </ul>
                    <h6>Deliverables:</h6>
                    <br>
                    <ul>
                        <li>Hybrid multi-cloud enabled Digital Agile Open ecosystem</li>
                        <li>Government owned Tech Stacks</li>
                        <li>Lifecycle Digital Twin Framework</li>
                        <li>Authoritative Source of Truth (ASoT) & Portfolio of Government Reference Architectures (GRA)</li>
                        <li>Trusted, Federated, Enduring Digital Thread and knowledge management framework</li>
                        <li>AI/ML - Data fusion, discovery and analysis</li>
                        <li>Hardened, containerized DevSecOps solutions for CI/CD of software for embedded systems</li>
                    </ul>
                    <h6>Benefits to the Warfighter:</h6>
                    <br>
                    <ul>
                        <li>Enhanced data-driven decisions to operate, support, modernize and secure our weapons</li>
                        <li>Rapidly field emerging technologies with:
                            <ul>
                                <li>Assured access to authoritative data across the weapons lifecycle via the digital ecosystem</li>
                                <li>Contracts written so we know up front what data we need</li>
                                <li>Digital Twins to inform mission planning, operations training, certifications and lifecycle activities</li>
                                <li>Enhanced BDA and Dynamic Targeting for redirection and optimization of assets</li>
                            </ul>
                        </li>
                        <li>Integration with the sensor-web for ABMS/JADC2</li>
203
                        <li>Informed interoperability for convergence of effects</li>
204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251
                    </ul>
                </div>
                <button onclick="toggleReadMoreAboutUsText()" type="button" data-toggle="collapse" data-target="#about-us-read-more-text-section" aria-expanded="false" aria-controls="about-us-read-more-text-section" class="read-more-button btn-curve btn-lit mt-50"><span id="aboutUsReadMoreSpan" class="text-non">Read More</span></button>
            </div>
        </div>
    </section>

    <section class="services section-padding">
        <div class="who-we-are-box-container">
            <div class="row">
                <div class="col-xl-3 col-lg-6 lg-mb50">
                    <div class="item wow fadeInUp h-100" data-wow-delay=".3s">
                        <img src="img/about/who-we-are-circle-icon.svg" alt="icon">
                        <h6>Digital Twins</h6>
                        <p>Real world munitions meet digital counterparts. </p>
                    </div>
                </div>
                <div class="col-xl-3 col-lg-6 lg-mb50">
                    <div class="item wow fadeInUp h-100" data-wow-delay=".5s">
                        <img src="img/about/who-we-are-circle-icon.svg" alt="icon">
                        <h6>Weapon Digital Enterprise</h6>
                        <p>Integrating new capabilities through simulation and system analyis.</p>
                    </div>
                </div>
                <div class="col-xl-3 col-lg-6 lg-mb50">
                    <div class="item wow fadeInUp h-100" data-wow-delay=".7s">
                        <img src="img/about/who-we-are-circle-icon.svg" alt="icon">
                        <h6>RogueONE Software Factory</h6>
                        <p>Enabling a plug and play capability.</p>
                    </div>
                </div>
                <div class="col-xl-3 col-lg-6 lg-mb50">
                    <div class="item wow fadeInUp h-100" data-wow-delay=".9s">
                        <img src="img/about/who-we-are-circle-icon.svg" alt="icon">
                        <h6>Digital Prime</h6>
                        <p>Data management strategy connecting people, processes and technology across the lifecycle.</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- ==================== End Who We Are Section ==================== -->



    <!-- ==================== Start Our Work Section ==================== -->

252
    <section class="team our-work section-padding">
253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271
        <div class="our-work-container">
            <div class="row">
                <div class="col-xl-3 col-lg-12 col-md-12 valign no-padding lg-mb50">
                    <div class="full-width">
                        <div class="sec-head custom-font mb-0">
                            <h6>Projects</h6>
                            <h3>Our Work.</h3>
                        </div>
                    </div>
                </div>
                <div class="col-xl-9 col-lg-12 col-md-12 no-padding">
                    <div class="row">
                        <div class="col-xl-3 col-lg-6 col-md-6 lg-mb50">
                            <div class="item wow fadeInUp" data-wow-delay=".3s">
                                <div class="img wow imago">
                                    <img src="img/about/bc-gray-wolf-wireframe.svg" alt="project image">
                                </div>
                                <div class="info">
                                    <h5>Gray Wolf</h5>
272
                                    <span class="fz-12">Advanced Digital Twin</span>
273 274 275 276 277 278 279 280 281 282
                                </div>
                            </div>
                        </div>
                        <div class="col-xl-3 col-lg-6 col-md-6 lg-mb50">
                            <div class="item wow fadeInUp" data-wow-delay=".3s">
                                <div class="img wow imago">
                                    <img src="img/about/Gray_Wolf_AF-2_edit.svg" alt="project image">
                                </div>
                                <div class="info">
                                    <h5>Swarming</h5>
283
                                    <span class="fz-12">Drone Swarming Capabilities</span>
284 285 286 287 288 289 290 291 292 293
                                </div>
                            </div>
                        </div>
                        <div class="col-xl-3 col-lg-6 col-md-6 lg-mb50">
                            <div class="item wow fadeInUp" data-wow-delay=".3s">
                                <div class="img wow imago">
                                    <img src="img/about/background-3233226_1920.svg" alt="project image">
                                </div>
                                <div class="info">
                                    <h5>ABMS</h5>
294
                                    <span class="fz-12">Advanced Battle Management System</span>
295 296 297 298 299 300 301 302 303 304
                                </div>
                            </div>
                        </div>
                        <div class="col-xl-3 col-lg-6 col-md-6 lg-mb50">
                            <div class="item wow fadeInUp" data-wow-delay=".3s">
                                <div class="img wow imago">
                                    <img src="img/about/drones.svg" alt="project image">
                                </div>
                                <div class="info">
                                    <h5>Emerging Tech</h5>
305
                                    <span class="fz-12">Smarter Tech Systems</span>
306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- ==================== End Our Work Section ==================== -->



    <!-- ==================== Start Portal call-to-action ==================== -->

    <section class="call-action section-padding bg-img">
        <div class="container">
            <div class="row">
                <div class="col-lg-5 col-xs-12 md-mb30">
                    <div class="img wow imago">
                        <img src="img/about/w1-portal-photo.png" alt="portal image">
                    </div>
                </div>
                <div class="col-lg-6 col-xs-12 offset-lg-1">
                    <div class="row content sm-mb30">
                        <h1 class="about-portal-text wow">WeaponONE Portal</h1>
                    </div>
                    <div class="row text">
334
                        <p class="wow txt" data-splitting>The WeaponONE portal is available for authorized users to login. WeaponONE is a digital twin application. Click the link below to go to the WeaponONE portal website.</p>
335 336
                    </div>
                    <div class="row mt-30">
337
                        <a href="https://weaponone-il4.staging.dso.mil/" class="btn-curve btn-lit" target="_blank"><span>Visit Portal</span></a>
338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- ==================== End Portal call-to-action ==================== -->



    <!-- ==================== Start Footer ==================== -->

    <footer class="footer-half sub-bg section-padding pb-0" data-overlay-dark="0.95">
        <div class="container">
            <div class="row">
                <div class="col-lg-5">
                    <div class="cont">
                        <div class="logo">
                            <a href="https://www.afrl.af.mil/" target="_blank">
                                <img src="img/AFRL-logo-white.png" alt="AFRL Logo">
                            </a>
                        </div>
                        <div class="con-info custom-font">
                            <ul>
362 363
                                <li><span>Email : </span><a href="mailto:collaborate@us.af.mil">collaborate@us.af.mil</a></li>
                                <li><span>Address : </span>203 Eglin Blvd, Eglin AFB, Fl 32542</li>
364 365 366 367 368 369 370 371 372 373 374 375
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="col-lg-5 offset-lg-2">
                    <div class="subscribe mb-50">
                        <h6 class="custom-font stit simple-btn">Newsletter</h6>
                        <p>COMING SOON...</p>
                    </div>
                </div>
            </div>
            <div class="copyrights text-center">
376
                <p>© 2021, Air Force Research Laboratory. Created by <a href="https://beast-code.com" target="_blank">Beast Code</a>.</p>
377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400
            </div>
        </div>
    </footer>

    <!-- ==================== End Footer ==================== -->






    <!-- jQuery -->
    <script src="js/jquery-3.0.0.min.js"></script>
    <script src="js/jquery-migrate-3.0.0.min.js"></script>

    <!-- plugins -->
    <script src="js/plugins.js"></script>

    <!-- custom scripts -->
    <script src="js/scripts.js"></script>

</body>

</html>