events.html (79 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Apache SDAP - Science Data Analytics Platform</title> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="icon" type="image/png" href="/favicon.png" /> <link rel="stylesheet" href="/css/bootstrap.min.css" /> <link rel="stylesheet" href="/css/style.css" /> </head> <body> <div class="container"> <div class="logos"> <a href="/"> <img src="images/sdap_logo.png" class="pull-left" /> </a> </div> <!-- navigation bar --> <nav class="navbar navbar-default"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="/">SDAP</a> </div> <div class="navbar-right"> <ul class="nav navbar-nav"> <li class="dropdown toggle"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About SDAP <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="/docs">Docs</a></li> <li><a href="/publications">Publications</a></li> <li><a href="/projects">Projects that use SDAP</a></li> <li><a href="/events">Community Events</a></li> </ul> </li> <li><a href="/downloads">Downloads</a></li> <li><a href="/blog">Blog</a></li> <li><a href="/team">Team &amp; Community</a></li> <!-- <li><a href="/resources">Resources</a></li>--> <li class="dropdown toggle"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Apache <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="http://www.apache.org/">Apache Software Foundation</a></li> <li><a href="http://www.apache.org/licenses/">License</a></li> <li><a href="http://www.apache.org/foundation/sponsorship">Sponsorship</a></li> <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> <li><a href="http://www.apache.org/events/current-event/">Events</a></li> <li><a href="http://www.apache.org/security/">Security</a></li> </ul> </li> </ul> </div> </div> </nav> <h1>Community Events</h1> <p>Here you can find a list of upcoming events where SDAP will be featured in the community.</p> <ul> <li>AGU Fall Meeting, December 2023. San Francisco, CA <ul> <li><b>Live Demo! </b>10:00am, December 12th, 2023 @ the NASA booth</li> <li><b>Oral Presentation: </b>Huang, T., et al.: IN51A-03: An Open-Source Framework for Federation of Earth System Digital Twins. Friday, 15 December 2023; 08:55 – 09:05 PST @ MC, 2014 - West </li> <li>Chung, N., Perez, S.: Apache Science Data Analytics Platform (SDAP) – Decade of Transforming Interactive Analysis, AGU NASA Science Exhibit. December 12th, 2023 10:00 - 11:00.</li> <li>Huang, T., Chung, N., Kang, J., Kuttruff, R., LLewellyn, G., Lucas, M., Marlis, K., Perez, S., Phyo, W. and Roberts, J.: Apache Science Data Analytics Platform (SDAP) – Decade of Transforming Interactive Analysis. American Geophysical Union Fall Meeting, San Francisco CA, 2023. December 11th, 2023. 14:10 - 18:30.</li> <li>Chung, N, Huang, T., Tsontos, V., Perez, S., Phyo, W., Kang, J., Kuttruff, R., Smith, S., Bourassa, M., Lovett, A., Cram, T., Ji, Z., Sparling, K. and Siroit, L.: Demonstration of a Cloud-based Data Match-Up Service (CDMS) in Support of Earth Science Applications. American Geophysical Union Fall Meeting, San Francisco CA, 2023. December 13th, 2023. 08:30 - 12:50.</li> </ul> </li> </ul> <p>Get involved and contribute to SDAP through our <a href="http://sdap.apache.org/team">Community Hubs</a>. <!-- footer --> <nav class="navbar navbar-default"> <div class="navbar-header"> <a class="navbar-brand" href="">SDAP</a> </div> <div class="navbar-text pull-right">&copy; 2017-2025 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/> Apache SDAP, SDAP, Apache, the Apache feather logo, and the Apache SDAP project logo are trademarks of The Apache Software Foundation.</div> </nav> <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> </div> </body> </html>