Skip to content

Commit

Permalink
42: Links and References
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Apr 12, 2024
1 parent 05d5bed commit 1697d09
Show file tree
Hide file tree
Showing 10 changed files with 229 additions and 24 deletions.
163 changes: 163 additions & 0 deletions 2024/10years_jsr363.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Units of Measurement
- 10 Years JSR 363
</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-12">
<article>
<div class="page-header"><h1>10 Years JSR 363</h1>
<ol class="breadcrumb tagsbar">
<li><a href="/tags/java.html">java</a></li>
<li><a href="/tags/jcp.html">jcp</a></li>
<li><a href="/tags/ec.html">ec</a></li>
<li><a href="/tags/iot.html">iot</a></li>
<li><a href="/tags/iotday.html">iotday</a></li>
</ol>
</div>
<p class="post-meta">
<i class="fa fa-calendar"></i>&nbsp;07 April 2024&nbsp;&nbsp;
<i class="fa fa-user"></i>&nbsp;keilw&nbsp;&nbsp;
</p>
<p><p><img src="/img/253xTen_Years.png" alt="10 Years JSR 363" title="10 Years" /></p>
<p>Today marks the 10th anniversary of the <a href="https://jcp.org/en/jsr/results?id=5666">JSR 363 approval</a>.<br />
Only 2 days before <a href="https://iotday.org/events/2024/">IoT Day 2024</a></p>
<p>Congratulations and thank you everyone who helped over all these years with JSR 363 and 385.</p>
</p>
<div class="share">
<!-- Facebook -->
<a href="http://www.facebook.com/sharer.php?u=http://https://unitsofmeasurement.github.io2024/10years_jsr363.html" target="_blank"><img src="/img/sharebuttons/facebook.png" alt="Facebook" /></a>
<!-- Google+ -->
<!-- TODO remove later, see https://github.com/unitsofmeasurement/unitsofmeasurement-jbake/issues/50 -->
<!-- Mastodon -->
<!-- TODO apply https://github.com/unitsofmeasurement/unitsofmeasurement-jbake/issues/50 -->
<!-- Twitter -->
<a href="http://twitter.com/share?url=http://https://unitsofmeasurement.github.io2024/10years_jsr363.html&text=10 Years JSR 363 https://unitsofmeasurement.github.io2024/10years_jsr363.html" target="_blank"><img src="/img/sharebuttons/twitter.png" alt="Twitter" /></a>
</div>
</article>
</div> <!-- /.col-md-12 -->
</div> <!-- /.row -->

</div><!-- /.container -->

<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-xs-10">
<p class="text-muted credit">&copy; 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>
8 changes: 7 additions & 1 deletion archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,13 @@
<article>
<h2>Archive</h2>
<hr>
<h3 class="well well-sm archive-month">March 2024</h3>
<h3 class="well well-sm archive-month">April 2024</h3>
<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>
Expand Down
18 changes: 16 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,23 @@
<atom:link href="http://https://unitsofmeasurement.github.io/feed.xml" rel="self" type="application/rss+xml" />
<description>For future use?</description>
<language>en</language>
<pubDate>25 Mar 2024, 21:25:12</pubDate>
<lastBuildDate>25 Mar 2024, 21:25:12</lastBuildDate>
<pubDate>12 Apr 2024, 14:59:25</pubDate>
<lastBuildDate>12 Apr 2024, 14:59:25</lastBuildDate>

<item>
<title>10 Years JSR 363</title>
<author>keilw</author>
<link>http://https://unitsofmeasurement.github.io2024/10years_jsr363.html</link>
<pubDate>7 Apr 2024, 00:00:00</pubDate>
<guid isPermaLink="false">2024/10years_jsr363.html</guid>
<description>
&lt;p&gt;&lt;img src=&quot;/img/253xTen_Years.png&quot; alt=&quot;10 Years JSR 363&quot; title=&quot;10 Years&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Today marks the 10th anniversary of the &lt;a href=&quot;https://jcp.org/en/jsr/results?id=5666&quot;&gt;JSR 363 approval&lt;/a&gt;.&lt;br /&gt;
Only 2 days before &lt;a href=&quot;https://iotday.org/events/2024/&quot;&gt;IoT Day 2024&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Congratulations and thank you everyone who helped over all these years with JSR 363 and 385.&lt;/p&gt;

</description>
</item>
<item>
<title>JSR 385 Maintenance Release 2</title>
<author>keilw</author>
Expand Down
Binary file added img/253xTen_Years.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 13 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,19 @@

<div class="row">
<div class="col-md-9">
<article>
<h2><a href="2024/10years_jsr363.html">10 Years JSR 363</a></h2>
<p class="post-meta">
<i class="fa fa-calendar"></i>&nbsp;07 April 2024&nbsp;&nbsp;
<i class="fa fa-user"></i>&nbsp;keilw&nbsp;&nbsp;
</p>
<p><img src="/img/253xTen_Years.png" alt="10 Years JSR 363" title="10 Years" /></p>
<p>Today marks the 10th anniversary of the <a href="https://jcp.org/en/jsr/results?id=5666">JSR 363 approval</a>.<br />
Only 2 days before <a href="https://iotday.org/events/2024/">IoT Day 2024</a></p>
<p>Congratulations and thank you everyone who helped over all these years with JSR 363 and 385.</p>

<br>
</article>
<article>
<h2><a href="2024/mr2.html">JSR 385 Maintenance Release 2</a></h2>
<p class="post-meta">
Expand Down Expand Up @@ -247,22 +260,6 @@ <h2><a href="2022/groovy_baby.html">Units of Measurement with Groovy</a></h2>

<br>
</article>
<article>
<h2><a href="2022/stormy_monday_ukr.html">Stormy Monday Ukraine</a></h2>
<p class="post-meta">
<i class="fa fa-calendar"></i>&nbsp;22 February 2022&nbsp;&nbsp;
<i class="fa fa-user"></i>&nbsp;keilw&nbsp;&nbsp;
</p>
<p>We anticipated to call the latest Indriya version &quot;Stormy Monday&quot; based on a series of storms like Eunice:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/PRLcksCJNgw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>However, given <a href="https://www.engadget.com/2017-07-06-russian-exoskeleton-suit-turns-soldiers-into-stormtroopers.html">Russian Stormtroopers</a> just started to invade Ukraine we decided to call it &quot;Free Ukraine&quot;.<br />
<img src="/img/1618138263Ukraine-heart-shape-flag-300.png" alt="Free Ukraine" title="Ukraine patriotic flag symbol" /></p>
<p>Also remembering when Teo presented the JSR in Kiev 2019:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/kmE6J8NTQxg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>The corresponding GitHub release tag for the RI is: <a href="https://github.com/unitsofmeasurement/indriya/releases/tag/2.1.3">https://github.com/unitsofmeasurement/indriya/releases/tag/2.1.3</a></p>

<br>
</article>
<br>
<ul class="pager">
Older posts can be found in <li><a href="/archive.html"> Archive</a></li>
Expand Down
7 changes: 6 additions & 1 deletion tags/ec.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,14 @@ <h1>Tag: ec</h1>
</div>

<!--<ul>-->
<h4>September 2019</h4>
<h4>April 2024</h4>
<ul>

<li>07 - <a href="../2024/10years_jsr363.html">10 Years JSR 363</a></li>
</ul>
<h4>September 2019</h4>
<ul>

<li>25 - <a href="../2019/code1jcon19-jcpaward.html">CodeOne, JCON 2019, JCP Award</a></li>
</ul>
<h4>January 2018</h4>
Expand Down
7 changes: 6 additions & 1 deletion tags/iot.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,14 @@ <h1>Tag: iot</h1>
</div>

<!--<ul>-->
<h4>April 2021</h4>
<h4>April 2024</h4>
<ul>

<li>07 - <a href="../2024/10years_jsr363.html">10 Years JSR 363</a></li>
</ul>
<h4>April 2021</h4>
<ul>

<li>09 - <a href="../2021/iotday21.html">IoT Day 2021</a></li>
</ul>
<h4>October 2019</h4>
Expand Down
7 changes: 6 additions & 1 deletion tags/iotday.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,14 @@ <h1>Tag: iotday</h1>
</div>

<!--<ul>-->
<h4>April 2021</h4>
<h4>April 2024</h4>
<ul>

<li>07 - <a href="../2024/10years_jsr363.html">10 Years JSR 363</a></li>
</ul>
<h4>April 2021</h4>
<ul>

<li>09 - <a href="../2021/iotday21.html">IoT Day 2021</a></li>
</ul>
<h4>April 2014</h4>
Expand Down
7 changes: 6 additions & 1 deletion tags/java.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,14 @@ <h1>Tag: java</h1>
</div>

<!--<ul>-->
<h4>March 2024</h4>
<h4>April 2024</h4>
<ul>

<li>07 - <a href="../2024/10years_jsr363.html">10 Years JSR 363</a></li>
</ul>
<h4>March 2024</h4>
<ul>

<li>11 - <a href="../2024/mr2.html">JSR 385 Maintenance Release 2</a></li>
</ul>
<h4>January 2024</h4>
Expand Down
7 changes: 6 additions & 1 deletion tags/jcp.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,14 @@ <h1>Tag: jcp</h1>
</div>

<!--<ul>-->
<h4>March 2024</h4>
<h4>April 2024</h4>
<ul>

<li>07 - <a href="../2024/10years_jsr363.html">10 Years JSR 363</a></li>
</ul>
<h4>March 2024</h4>
<ul>

<li>11 - <a href="../2024/mr2.html">JSR 385 Maintenance Release 2</a></li>
</ul>
<h4>January 2024</h4>
Expand Down

0 comments on commit 1697d09

Please sign in to comment.