|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <title> |
| 5 | + Units of Measurement |
| 6 | + - Ada Lovelace Day 2022 |
| 7 | + </title> |
| 8 | + <meta charset="utf-8"> |
| 9 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 10 | + <meta name="author" content="keilw"> |
| 11 | + <meta name="description" content="Static blog generated with JBake"> |
| 12 | + |
| 13 | + <!-- Style --> |
| 14 | + <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> |
| 15 | + <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.css"> |
| 16 | + <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"> |
| 17 | + <link rel="stylesheet" href="/css/base.css"> |
| 18 | + |
| 19 | + <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> |
| 20 | + <!--[if lt IE 9]> |
| 21 | + <script src="/js/html5shiv.js"></script> |
| 22 | + <![endif]--> |
| 23 | + |
| 24 | + <!-- Fav icon --> |
| 25 | + <link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon"> |
| 26 | + <link rel="icon" href="/img/favicon.ico" type="image/x-icon"> |
| 27 | + </head> |
| 28 | + <body> |
| 29 | + <nav class="navbar navbar-default navbar-fixed-top " role="navigation"> |
| 30 | + <div class="container"> |
| 31 | + <!-- Brand and toggle get grouped for better mobile display --> |
| 32 | + <div class="navbar-header"> |
| 33 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> |
| 34 | + <span class="sr-only">Toggle navigation</span> |
| 35 | + <span class="icon-bar"></span> |
| 36 | + <span class="icon-bar"></span> |
| 37 | + <span class="icon-bar"></span> |
| 38 | + </button> |
| 39 | + <a class="navbar-brand" href="/">Units of Measurement</a> |
| 40 | + </div> |
| 41 | + |
| 42 | + <!-- Collect the nav links, forms, and other content for toggling --> |
| 43 | + <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> |
| 44 | + <ul class="nav navbar-nav"> |
| 45 | + <li><a href="/pages/about.html">About</a></li> |
| 46 | + <!--li><a href="/pages/contact.html">Contact</a></li--> |
| 47 | + <li><a href="/pages/calendar.html">Calendar</a></li> |
| 48 | + <li class="dropdown"> |
| 49 | + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Links <b class="caret"></b></a> |
| 50 | + <ul class="dropdown-menu"> |
| 51 | + <li class="nav-header">JSR 385</li> |
| 52 | + <li><a href="https://docs.google.com/document/d/12KhosAFriGCczBs6gwtJJDfg_QlANT92_lhxUWO2gCY">Specification</a></li> |
| 53 | + <li><a href="https://unitsofmeasurement.github.io/unit-api">API</a></li> |
| 54 | + <li><a href="https://unitsofmeasurement.github.io/unit-api/site/apidocs/index.html">JavaDoc (API)</a></li> |
| 55 | + <li><a href="https://unitsofmeasurement.github.io/indriya">Reference Implementation</a></li> |
| 56 | + <li><a href="https://unitsofmeasurement.github.io/unit-tck">TCK (Technical Compatibility Kit)</a></li> |
| 57 | + <li><a href="https://jcp.org/en/jsr/detail?id=385">Detail Page</a></li> |
| 58 | + <li class="divider"></li> |
| 59 | + <li><a href="https://unitsofmeasurement.github.io/uom-demos">Units Demos</a></li> |
| 60 | + <li><a href="https://unitsofmeasurement.gitbook.io/uom-guide/">Guide Book</a></li> |
| 61 | + <li><a href="/pages/references.html">References</a></li> |
| 62 | + <li class="divider"></li> |
| 63 | + <li class="nav-header">Extensions</li> |
| 64 | + <li><a href="https://unitsofmeasurement.github.io/uom-lib">Units Libraries</a></li> |
| 65 | + <li><a href="http://uom.si">SI Units</a></li> |
| 66 | + <li><a href="http://www.uom.systems">Unit Systems</a></li> |
| 67 | + <!-- FOR LATER USE if necessary |
| 68 | + <li class="divider"></li> |
| 69 | + <li class="nav-header">Additional Information</li> |
| 70 | + --> |
| 71 | + </ul> |
| 72 | + </li> |
| 73 | + </ul> |
| 74 | + |
| 75 | + <!-- Right navigation --> |
| 76 | + <ul class="nav navbar-nav navbar-right"> |
| 77 | + <li><a href="/archive.html"><i class="fa fa-list"></i> Archive</a></li> |
| 78 | + <li><a href="/feed.xml" title="Rss"><i class="fa fa-rss"></i> Feed</a></li> |
| 79 | + </ul> |
| 80 | + <!-- Right navigation end --> |
| 81 | + |
| 82 | + </div><!-- /.navbar-collapse --> |
| 83 | + </div><!-- /.container-fluid --> |
| 84 | + </nav><!-- /.navbar --> |
| 85 | + |
| 86 | + <!-- Begin page content --> |
| 87 | + <div class="container"> |
| 88 | + |
| 89 | + <div class="row"> |
| 90 | + <div class="col-md-12"> |
| 91 | + <article> |
| 92 | + <div class="page-header"><h1>Ada Lovelace Day 2022</h1> |
| 93 | + <ol class="breadcrumb tagsbar"> |
| 94 | + <li><a href="/tags/event.html">event</a></li> |
| 95 | + </ol> |
| 96 | + </div> |
| 97 | + <p class="post-meta"> |
| 98 | + <i class="fa fa-calendar"></i> 11 October 2022 |
| 99 | + <i class="fa fa-user"></i> keilw |
| 100 | + </p> |
| 101 | + <p><p><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Ada_Lovelace.jpg/302px-Ada_Lovelace.jpg" alt="Ada Lovelace" title="Ada Lovelace" /></p> |
| 102 | +<p>Happy Ada Lovelace Day 2022!<br /> |
| 103 | +Ada Lovelace Day (ALD) is an international celebration of the achievements of women in science, technology, engineering and maths (STEM). It aims to increase the profile of women in STEM and, in doing so, create new role models who will encourage more girls into STEM careers and support women already working in STEM.</p> |
| 104 | +<p>Check out <a href="https://www.daysoftheyear.com/days/ada-lovelace-day/">Days of the Year</a>.</p> |
| 105 | +</p> |
| 106 | + <div class="share"> |
| 107 | + <!-- Facebook --> |
| 108 | + <a href="http://www.facebook.com/sharer.php?u=http://https://unitsofmeasurement.github.io2022/ald22.html" target="_blank"><img src="/img/sharebuttons/facebook.png" alt="Facebook" /></a> |
| 109 | + <!-- Google+ --> |
| 110 | + <!-- Twitter --> |
| 111 | + <a href="http://twitter.com/share?url=http://https://unitsofmeasurement.github.io2022/ald22.html&text=Ada Lovelace Day 2022 https://unitsofmeasurement.github.io2022/ald22.html" target="_blank"><img src="/img/sharebuttons/twitter.png" alt="Twitter" /></a> |
| 112 | + </div> |
| 113 | + </article> |
| 114 | + </div> <!-- /.col-md-12 --> |
| 115 | + </div> <!-- /.row --> |
| 116 | + |
| 117 | + </div><!-- /.container --> |
| 118 | + |
| 119 | + <footer> |
| 120 | + <div class="container"> |
| 121 | + <hr> |
| 122 | + <div class="row"> |
| 123 | + <div class="col-xs-10"> |
| 124 | + <p class="text-muted credit">© Units of Measurement project 2022 | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> | Baked with <a href="http://jbake.org">JBake v2.6.5</a> | <i title="Linux" class="fa fa-linux"></i></p> |
| 125 | + </div> |
| 126 | + <div class="col-xs-2 gotop"> |
| 127 | + <a href="#"><i class="fa fa-arrow-circle-up"> top</i></a> |
| 128 | + </div> |
| 129 | + </div> |
| 130 | + </div> |
| 131 | + </footer> |
| 132 | + |
| 133 | + <!-- Placed at the end of the document so the pages load faster --> |
| 134 | + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> |
| 135 | + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> |
| 136 | + <script src="//cdnjs.cloudflare.com/ajax/libs/gist-embed/1.6/gist-embed.min.js"></script> |
| 137 | + |
| 138 | + <script src="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js"></script> |
| 139 | + <script type="text/javascript"> |
| 140 | + <!-- load prettify only when needed --> |
| 141 | + $(document).ready(function(){ |
| 142 | + var prettify = false; |
| 143 | + var classToAdd = 'prettyprint snippet'; |
| 144 | + $("pre > code").each(function() { |
| 145 | + $("pre > code").parent().addClass(classToAdd); |
| 146 | + prettify = true; |
| 147 | + }); |
| 148 | + if(prettify) { |
| 149 | + prettyPrint(); |
| 150 | + } |
| 151 | + }); |
| 152 | + </script> |
| 153 | + |
| 154 | + |
| 155 | + </body> |
| 156 | +</html> |
0 commit comments