-
Notifications
You must be signed in to change notification settings - Fork 2
/
archive.html
572 lines (555 loc) · 23.8 KB
/
archive.html
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
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
203
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
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
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Units of Measurement
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="keilw">
<meta name="description" content="Static blog generated with JBake">
<!-- Style -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<link rel="stylesheet" href="/css/base.css">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav icon -->
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top " role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Units of Measurement</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="/pages/about.html">About</a></li>
<!--li><a href="/pages/contact.html">Contact</a></li-->
<li><a href="/pages/calendar.html">Calendar</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Links <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="nav-header">JSR 385</li>
<li><a href="https://docs.google.com/document/d/12KhosAFriGCczBs6gwtJJDfg_QlANT92_lhxUWO2gCY">Specification</a></li>
<li><a href="https://unitsofmeasurement.github.io/unit-api">API</a></li>
<li><a href="https://unitsofmeasurement.github.io/unit-api/apidocs/index.html">JavaDoc (API)</a></li>
<li><a href="https://unitsofmeasurement.github.io/indriya">Reference Implementation</a></li>
<li><a href="https://unitsofmeasurement.github.io/unit-tck">TCK (Technical Compatibility Kit)</a></li>
<li><a href="https://jcp.org/en/jsr/detail?id=385">Detail Page</a></li>
<li class="divider"></li>
<li><a href="https://unitsofmeasurement.github.io/uom-demos">Units Demos</a></li>
<li><a href="https://unitsofmeasurement.gitbook.io/uom-guide/">Guide Book</a></li>
<li><a href="/pages/references.html">References</a></li>
<li class="divider"></li>
<li class="nav-header">Extensions</li>
<li><a href="https://unitsofmeasurement.github.io/uom-lib">Units Libraries</a></li>
<li><a href="http://uom.si">SI Units</a></li>
<li><a href="http://www.uom.systems">Unit Systems</a></li>
<!-- FOR LATER USE if necessary
<li class="divider"></li>
<li class="nav-header">Additional Information</li>
-->
</ul>
</li>
</ul>
<!-- Right navigation -->
<ul class="nav navbar-nav navbar-right">
<li><a href="/archive.html"><i class="fa fa-list"></i> Archive</a></li>
<li><a href="/feed.xml" title="Rss"><i class="fa fa-rss"></i> Feed</a></li>
</ul>
<!-- Right navigation end -->
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav><!-- /.navbar -->
<!-- Begin page content -->
<div class="container">
<div class="row">
<div class="col-md-9">
<article>
<h2>Archive</h2>
<hr>
<h3 class="well well-sm archive-month">May 2024</h3>
<ul>
<li>
<p>20 - <a href="2024/wmd24.html">World Metrology Day 2024</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">April 2024</h4>
<ul>
<li>
<p>07 - <a href="2024/10years_jsr363.html">10 Years JSR 363</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">March 2024</h4>
<ul>
<li>
<p>11 - <a href="2024/mr2.html">JSR 385 Maintenance Release 2</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">January 2024</h4>
<ul>
<li>
<p>08 - <a href="2024/mr2_ballot.html">JSR 385 Maintenance Review Ballot 2</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">October 2023</h4>
<ul>
<li>
<p>31 - <a href="2023/halloween23.html">Halloween 2023</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">June 2023</h4>
<ul>
<li>
<p>26 - <a href="2023/wrefd23.html">World Refrigeration Day 2023</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">May 2023</h4>
<ul>
<li>
<p>20 - <a href="2023/wmd23.html">World Metrology Day 2023</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">March 2023</h4>
<ul>
<li>
<p>14 - <a href="2023/piday23.html">Pi Day 2023</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">November 2022</h4>
<ul>
<li>
<p>18 - <a href="2022/cgpm27.html">27th CGPM</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">October 2022</h4>
<ul>
<li>
<p>11 - <a href="2022/ald22.html">Ada Lovelace Day 2022</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">August 2022</h4>
<ul>
<li>
<p>15 - <a href="2022/groovy_baby.html">Units of Measurement with Groovy</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">February 2022</h4>
<ul>
<li>
<p>22 - <a href="2022/stormy_monday_ukr.html">Stormy Monday Ukraine</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">July 2021</h4>
<ul>
<li>
<p>15 - <a href="2021/mr1_published.html">2.0 Maintenance Release 1 Published</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">May 2021</h4>
<ul>
<li>
<p>20 - <a href="2021/wmd21.html">World Metrology Day 2021</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">April 2021</h4>
<ul>
<li>
<p>09 - <a href="2021/iotday21.html">IoT Day 2021</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">March 2021</h4>
<ul>
<li>
<p>19 - <a href="2021/20yearsjavaxunits.html">20th Anniversary of JSR 108</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">February 2021</h4>
<ul>
<li>
<p>21 - <a href="2021/hidden_figures.html">Hidden Figures</a></p>
</li>
<li>
<p>12 - <a href="2021/buffalo_soldier.html">Buffalo Soldier</a></p>
</li>
<li>
<p>07 - <a href="2021/ktfg.html">Kiss the Frog Goodbye</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">January 2021</h4>
<ul>
<li>
<p>12 - <a href="2021/mr1.html">2.0 Maintenance Release 1 Ballot</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">November 2020</h4>
<ul>
<li>
<p>16 - <a href="2020/2yearsgpm26.html">2nd Anniversary of CGPM26</a></p>
</li>
<li>
<p>10 - <a href="2020/wsd20.html">World Science Day 2020</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">July 2020</h4>
<ul>
<li>
<p>25 - <a href="2020/hanna.html">Hanna</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">June 2020</h4>
<ul>
<li>
<p>13 - <a href="2020/15yearsjavaxmeasure.html">15th Anniversary of JSR 275</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">May 2020</h4>
<ul>
<li>
<p>20 - <a href="2020/wmd20.html">World Metrology Day 2020</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">October 2019</h4>
<ul>
<li>
<p>25 - <a href="2019/codemotionmilan19.html">Codemotion Milan 2019 - Apollo 11 Anniversary</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">September 2019</h4>
<ul>
<li>
<p>25 - <a href="2019/code1jcon19-jcpaward.html">CodeOne, JCON 2019, JCP Award</a></p>
</li>
<li>
<p>16 - <a href="2019/unit-api_90k_per_month.html">90-Thousand Downloads of Unit-API per month</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">August 2019</h4>
<ul>
<li>
<p>29 - <a href="2019/final.html">2.0 Final Release</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">July 2019</h4>
<ul>
<li>
<p>19 - <a href="2019/valhalla.html">Valhalla</a></p>
</li>
<li>
<p>15 - <a href="2019/prfa.html">Public Review Final Approval</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">June 2019</h4>
<ul>
<li>
<p>01 - <a href="2019/adopt-a-jsr-day-utrecht-jug.html">Utrecht JUG Adopts JSR 385</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">May 2019</h4>
<ul>
<li>
<p>20 - <a href="2019/wmd19.html">World Metrology Day 2019</a></p>
</li>
<li>
<p>13 - <a href="2019/unit-api_100k.html">100-Thousandth Download of Unit-API exceeded</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">April 2019</h4>
<ul>
<li>
<p>10 - <a href="2019/accu19.html">ACCU 2019</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">February 2019</h4>
<ul>
<li>
<p>01 - <a href="2019/oop19.html">OOP 2019</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">November 2018</h4>
<ul>
<li>
<p>16 - <a href="2018/cgpm26.html">26th CGPM</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">September 2018</h4>
<ul>
<li>
<p>13 - <a href="2018/javazone18.html">JavaZone 2018</a></p>
</li>
<li>
<p>13 - <a href="2018/edr.html">Early Draft of JSR 385</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">May 2018</h4>
<ul>
<li>
<p>20 - <a href="2018/wmd18.html">World Metrology Day 2018</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">April 2018</h4>
<ul>
<li>
<p>28 - <a href="2018/java10.html">Ready for Java 10</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">March 2018</h4>
<ul>
<li>
<p>18 - <a href="2018/new_tlds.html">New TLDs</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">January 2018</h4>
<ul>
<li>
<p>08 - <a href="2018/accepted20.html">JSR 385 Accepted</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">December 2017</h4>
<ul>
<li>
<p>31 - <a href="2017/uomo07.html">Eclipse UOMo 0.7</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">November 2017</h4>
<ul>
<li>
<p>24 - <a href="2017/sis08.html">Apache SIS 0.8</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">August 2017</h4>
<ul>
<li>
<p>15 - <a href="2017/taste_of_indriya.html">A Taste of Indriya</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">March 2017</h4>
<ul>
<li>
<p>23 - <a href="2017/devoxxus17.html">DevoXX US 2017</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">December 2016</h4>
<ul>
<li>
<p>13 - <a href="2016/jsr275-100k.html">100-Thousandth Download of JSR 275 exceeded</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">September 2016</h4>
<ul>
<li>
<p>20 - <a href="2016/javaone16-f2f.html">JavaOne 2016</a></p>
</li>
<li>
<p>13 - <a href="2016/final.html">Final Release</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">August 2016</h4>
<ul>
<li>
<p>28 - <a href="2016/javaone16-announce.html">JavaOne 2016 Announcement</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">July 2016</h4>
<ul>
<li>
<p>19 - <a href="2016/pfd.html">Proposed Final Draft</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">January 2016</h4>
<ul>
<li>
<p>26 - <a href="2016/jan16-f2f.html">EG F2F during JCP EC F2F in Rio de Janeiro</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">November 2015</h4>
<ul>
<li>
<p>18 - <a href="2015/pr.html">Public Review</a></p>
</li>
<li>
<p>15 - <a href="2015/devoxxbe15.html">DevoXX BE 2015</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">October 2015</h4>
<ul>
<li>
<p>28 - <a href="2015/javaone15-jcpaward.html">JavaOne 2015, JCP Award</a></p>
</li>
<li>
<p>10 - <a href="2015/apache-on-mars.html">Data Quality on Mars - Apache BigData Europe 2015</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">September 2015</h4>
<ul>
<li>
<p>15 - <a href="2015/profilage.html">Profiling JSR 363</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">August 2015</h4>
<ul>
<li>
<p>02 - <a href="2015/rip-hitchbot.html">R.I.P., hitchBOT</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">March 2015</h4>
<ul>
<li>
<p>15 - <a href="2015/fanta4.html">Fantastic Four vs The League of Extraordinary Developers</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">February 2015</h4>
<ul>
<li>
<p>28 - <a href="2015/smw15.html">Social Media Week 2015</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">January 2015</h4>
<ul>
<li>
<p>14 - <a href="2015/jan15-f2f.html">EG F2F during JCP EC F2F in San Jose</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">December 2014</h4>
<ul>
<li>
<p>29 - <a href="2014/edr.html">Early Draft</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">October 2014</h4>
<ul>
<li>
<p>02 - <a href="2014/javaone14-f2f.html">JavaOne 2014</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">September 2014</h4>
<ul>
<li>
<p>10 - <a href="2014/javazone14.html">JavaZone 2014</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">August 2014</h4>
<ul>
<li>
<p>28 - <a href="2014/edct_tmf14.html">Eclipse DemoCamp and Maker Faire Trondheim 2014</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">June 2014</h4>
<ul>
<li>
<p>17 - <a href="2014/ecf14.html">EclipseCon France</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">May 2014</h4>
<ul>
<li>
<p>14 - <a href="2014/may14-f2f.html">First EG F2F during JCP EC F2F in London</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">April 2014</h4>
<ul>
<li>
<p>09 - <a href="2014/iotday.html">World IoT Day</a></p>
</li>
<li>
<p>07 - <a href="2014/accepted.html">JSR 363 Accepted</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">March 2014</h4>
<ul>
<li>
<p>28 - <a href="2014/nh_jugs.html">NightHacking at JUGS</a></p>
</li>
<li>
<p>26 - <a href="2014/nh_javaland.html">JavaLand</a></p>
</li>
<li>
<p>11 - <a href="2014/cr.html">Creation Review</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">January 2014</h4>
<ul>
<li>
<p>24 - <a href="2014/second-post.html">JCP EC F2F at Oracle HQ</a></p>
</li>
</ul>
<h4 class="well well-sm archive-month">December 2013</h4>
<ul>
<li>
<p>18 - <a href="2013/pkn13.html">Pecha Kucha Night</a></p>
</li>
</ul>
</article>
</div><!-- /.col-md -->
<div id="sidebar" class="col-md-3">
<aside>
<section>
<div class="panel panel-primary">
<div class="panel-heading">
<i class="fa fa-users fa-lg panel-title"> Social</i>
</div>
<div class="list-group sidebar-list">
<a href="https://github.com/unitsofmeasurement" target="_blank" class="list-group-item sidebar-list-item">
<i title="Github" class="fab fa-github-square fa-2x social-icon"></i> github
</a>
<a href="https://twitter.com/UnitAPI" target="_blank" class="list-group-item sidebar-list-item">
<i title="Twitter" class="fab fa-twitter-square fa-2x social-icon"></i> twitter
</a>
<a href="https://mathstodon.xyz/@units" target="_blank" class="list-group-item sidebar-list-item">
<i title="Mastodon" class="fab fa-mastodon fa-2x social-icon"></i> mastodon
</a>
</div>
</div>
</section>
</aside>
</div>
</div> <!-- /.row -->
</div><!-- /.container -->
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-xs-10">
<p class="text-muted credit">© Units of Measurement project 2024 | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.4.1</a> | Baked with <a href="http://jbake.org">JBake v2.7.0-rc.6</a> | <i title="Linux" class="fab fa-linux"></i></p>
</div>
<div class="col-xs-2 gotop">
<a href="#"><i class="fa fa-arrow-circle-up"> top</i></a>
</div>
</div>
</div>
</footer>
<!-- Placed at the end of the document so the pages load faster -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/gist-embed/1.6/gist-embed.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js"></script>
<script type="text/javascript">
<!-- load prettify only when needed -->
$(document).ready(function(){
var prettify = false;
var classToAdd = 'prettyprint snippet';
$("pre > code").each(function() {
$("pre > code").parent().addClass(classToAdd);
prettify = true;
});
if(prettify) {
prettyPrint();
}
});
</script>
</body>
</html>