Skip to content

Commit 35cebbc

Browse files
committed
Release notes Indriya 2.1.3
1 parent 897cd5f commit 35cebbc

12 files changed

Lines changed: 649 additions & 21 deletions

2022/stormy_monday.html

Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>
5+
Units of Measurement
6+
- Stormy Monday
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>Stormy Monday</h1>
93+
<ol class="breadcrumb tagsbar">
94+
<li><a href="/tags/java.html">java</a></li>
95+
<li><a href="/tags/release.html">release</a></li>
96+
<li><a href="/tags/implementation.html">implementation</a></li>
97+
<li><a href="/tags/ri.html">ri</a></li>
98+
<li><a href="/tags/patch.html">patch</a></li>
99+
<li><a href="/tags/storm.html">storm</a></li>
100+
<li><a href="/tags/weather.html">weather</a></li>
101+
<li><a href="/tags/ukr.html">ukr</a></li>
102+
</ol>
103+
</div>
104+
<p class="post-meta">
105+
<i class="fa fa-calendar"></i>&nbsp;22 February 2022&nbsp;&nbsp;
106+
<i class="fa fa-user"></i>&nbsp;keilw&nbsp;&nbsp;
107+
</p>
108+
<p><p>We anticipated to call the latest Indriya version &quot;Stormy Monday&quot; based on a series of storms like Eunice:</p>
109+
<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>
110+
<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 Free Ukraine Release instead.</p>
111+
<p><img src="https://images.app.goo.gl/25mycrT9gMqiAaoE6" alt="Free Ukraine" title="Ukraine patriotic flag symbol" /></p>
112+
<p>The corresponding GitHub release tag for the API is: <a href="https://github.com/unitsofmeasurement/unit-api/releases/tag/2.1.3">https://github.com/unitsofmeasurement/unit-api/releases/tag/2.1.3</a></p>
113+
</p>
114+
<div class="share">
115+
<!-- Facebook -->
116+
<a href="http://www.facebook.com/sharer.php?u=http://https://unitsofmeasurement.github.io2022/stormy_monday.html" target="_blank"><img src="/img/sharebuttons/facebook.png" alt="Facebook" /></a>
117+
<!-- Google+ -->
118+
<!-- Twitter -->
119+
<a href="http://twitter.com/share?url=http://https://unitsofmeasurement.github.io2022/stormy_monday.html&text=Stormy Monday https://unitsofmeasurement.github.io2022/stormy_monday.html" target="_blank"><img src="/img/sharebuttons/twitter.png" alt="Twitter" /></a>
120+
</div>
121+
</article>
122+
</div> <!-- /.col-md-12 -->
123+
</div> <!-- /.row -->
124+
125+
</div><!-- /.container -->
126+
127+
<footer>
128+
<div class="container">
129+
<hr>
130+
<div class="row">
131+
<div class="col-xs-10">
132+
<p class="text-muted credit">&copy; Units of Measurement project 2021 | 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>
133+
</div>
134+
<div class="col-xs-2 gotop">
135+
<a href="#"><i class="fa fa-arrow-circle-up"> top</i></a>
136+
</div>
137+
</div>
138+
</div>
139+
</footer>
140+
141+
<!-- Placed at the end of the document so the pages load faster -->
142+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
143+
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
144+
<script src="//cdnjs.cloudflare.com/ajax/libs/gist-embed/1.6/gist-embed.min.js"></script>
145+
146+
<script src="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js"></script>
147+
<script type="text/javascript">
148+
<!-- load prettify only when needed -->
149+
$(document).ready(function(){
150+
var prettify = false;
151+
var classToAdd = 'prettyprint snippet';
152+
$("pre > code").each(function() {
153+
$("pre > code").parent().addClass(classToAdd);
154+
prettify = true;
155+
});
156+
if(prettify) {
157+
prettyPrint();
158+
}
159+
});
160+
</script>
161+
162+
163+
</body>
164+
</html>

archive.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,13 @@
9191
<article>
9292
<h2>Archive</h2>
9393
<hr>
94-
<h3 class="well well-sm archive-month">July 2021</h3>
94+
<h3 class="well well-sm archive-month">February 2022</h3>
95+
<ul>
96+
<li>
97+
<p>22 - <a href="2022/stormy_monday.html">Stormy Monday</a></p>
98+
</li>
99+
</ul>
100+
<h4 class="well well-sm archive-month">July 2021</h4>
95101
<ul>
96102
<li>
97103
<p>15 - <a href="2021/mr1_published.html">2.0 Maintenance Release 1 Published</a></p>

feed.xml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,24 @@
66
<atom:link href="http://https://unitsofmeasurement.github.io/feed.xml" rel="self" type="application/rss+xml" />
77
<description>For future use?</description>
88
<language>en</language>
9-
<pubDate>17 Jul 2021, 19:09:43</pubDate>
10-
<lastBuildDate>17 Jul 2021, 19:09:43</lastBuildDate>
9+
<pubDate>23 Feb 2022, 00:58:02</pubDate>
10+
<lastBuildDate>23 Feb 2022, 00:58:02</lastBuildDate>
1111

12+
<item>
13+
<title>Stormy Monday</title>
14+
<author>keilw</author>
15+
<link>http://https://unitsofmeasurement.github.io2022/stormy_monday.html</link>
16+
<pubDate>22 Feb 2022, 00:00:00</pubDate>
17+
<guid isPermaLink="false">2022/stormy_monday.html</guid>
18+
<description>
19+
&lt;p&gt;We anticipated to call the latest Indriya version &amp;quot;Stormy Monday&amp;quot; based on a series of storms like Eunice:&lt;/p&gt;
20+
&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/PRLcksCJNgw&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen&gt;&lt;/iframe&gt;
21+
&lt;p&gt;However, given &lt;a href=&quot;https://www.engadget.com/2017-07-06-russian-exoskeleton-suit-turns-soldiers-into-stormtroopers.html&quot;&gt;Russian Stormtroopers&lt;/a&gt; just started to invade Ukraine we decided to call it Free Ukraine Release instead.&lt;/p&gt;
22+
&lt;p&gt;&lt;img src=&quot;https://images.app.goo.gl/25mycrT9gMqiAaoE6&quot; alt=&quot;Free Ukraine&quot; title=&quot;Ukraine patriotic flag symbol&quot; /&gt;&lt;/p&gt;
23+
&lt;p&gt;The corresponding GitHub release tag for the API is: &lt;a href=&quot;https://github.com/unitsofmeasurement/unit-api/releases/tag/2.1.3&quot;&gt;https://github.com/unitsofmeasurement/unit-api/releases/tag/2.1.3&lt;/a&gt;&lt;/p&gt;
24+
25+
</description>
26+
</item>
1227
<item>
1328
<title>2.0 Maintenance Release 1 Published</title>
1429
<author>keilw</author>

index.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,20 @@
8787

8888
<div class="row">
8989
<div class="col-md-9">
90+
<article>
91+
<h2><a href="2022/stormy_monday.html">Stormy Monday</a></h2>
92+
<p class="post-meta">
93+
<i class="fa fa-calendar"></i>&nbsp;22 February 2022&nbsp;&nbsp;
94+
<i class="fa fa-user"></i>&nbsp;keilw&nbsp;&nbsp;
95+
</p>
96+
<p>We anticipated to call the latest Indriya version &quot;Stormy Monday&quot; based on a series of storms like Eunice:</p>
97+
<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>
98+
<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 Free Ukraine Release instead.</p>
99+
<p><img src="https://images.app.goo.gl/25mycrT9gMqiAaoE6" alt="Free Ukraine" title="Ukraine patriotic flag symbol" /></p>
100+
<p>The corresponding GitHub release tag for the API is: <a href="https://github.com/unitsofmeasurement/unit-api/releases/tag/2.1.3">https://github.com/unitsofmeasurement/unit-api/releases/tag/2.1.3</a></p>
101+
102+
<br>
103+
</article>
90104
<article>
91105
<h2><a href="2021/mr1_published.html">2.0 Maintenance Release 1 Published</a></h2>
92106
<p class="post-meta">
@@ -210,19 +224,6 @@ <h2><a href="2020/2yearsgpm26.html">2nd Anniversary of CGPM26</a></h2>
210224

211225
<br>
212226
</article>
213-
<article>
214-
<h2><a href="2020/wsd20.html">World Science Day 2020</a></h2>
215-
<p class="post-meta">
216-
<i class="fa fa-calendar"></i>&nbsp;10 November 2020&nbsp;&nbsp;
217-
<i class="fa fa-user"></i>&nbsp;keilw&nbsp;&nbsp;
218-
</p>
219-
<p>November 10 is <a href="https://www.un.org/en/observances/world-science-day">World Science Day</a>, highlighting the significant role of science in society and the need to engage the wider public in debates on emerging scientific issues.</p>
220-
<p>This year, at a time when the world is struggling with the global COVID-19 pandemic, the focus of World Science Day is on “Science for and with Society in dealing with the global pandemic.”</p>
221-
<p><img src="/img/world_science_day_2020_poster.jpg" alt="alt text" title="World Science Day 2020" /></p>
222-
<p>Join the conversation with the hashtag #ScienceDay.</p>
223-
224-
<br>
225-
</article>
226227
<br>
227228
<ul class="pager">
228229
Older posts can be found in <li><a href="/archive.html"> Archive</a></li>

tags/implementation.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,14 @@ <h1>Tag: implementation</h1>
9191
</div>
9292

9393
<!--<ul>-->
94-
<h4>February 2021</h4>
94+
<h4>February 2022</h4>
9595
<ul>
9696

97+
<li>22 - <a href="../2022/stormy_monday.html">Stormy Monday</a></li>
98+
</ul>
99+
<h4>February 2021</h4>
100+
<ul>
101+
97102
<li>21 - <a href="../2021/hidden_figures.html">Hidden Figures</a></li>
98103
</ul>
99104
<h4>December 2017</h4>

tags/java.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,14 @@ <h1>Tag: java</h1>
9191
</div>
9292

9393
<!--<ul>-->
94-
<h4>July 2021</h4>
94+
<h4>February 2022</h4>
9595
<ul>
9696

97+
<li>22 - <a href="../2022/stormy_monday.html">Stormy Monday</a></li>
98+
</ul>
99+
<h4>July 2021</h4>
100+
<ul>
101+
97102
<li>15 - <a href="../2021/mr1_published.html">2.0 Maintenance Release 1 Published</a></li>
98103
</ul>
99104
<h4>May 2021</h4>

tags/patch.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,14 @@ <h1>Tag: patch</h1>
9191
</div>
9292

9393
<!--<ul>-->
94-
<h4>February 2021</h4>
94+
<h4>February 2022</h4>
9595
<ul>
9696

97+
<li>22 - <a href="../2022/stormy_monday.html">Stormy Monday</a></li>
98+
</ul>
99+
<h4>February 2021</h4>
100+
<ul>
101+
97102
<li>21 - <a href="../2021/hidden_figures.html">Hidden Figures</a></li>
98103

99104
<li>12 - <a href="../2021/buffalo_soldier.html">Buffalo Soldier</a></li>

tags/release.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,14 @@ <h1>Tag: release</h1>
9191
</div>
9292

9393
<!--<ul>-->
94-
<h4>July 2021</h4>
94+
<h4>February 2022</h4>
9595
<ul>
9696

97+
<li>22 - <a href="../2022/stormy_monday.html">Stormy Monday</a></li>
98+
</ul>
99+
<h4>July 2021</h4>
100+
<ul>
101+
97102
<li>15 - <a href="../2021/mr1_published.html">2.0 Maintenance Release 1 Published</a></li>
98103
</ul>
99104
<h4>February 2021</h4>

tags/ri.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,14 @@ <h1>Tag: ri</h1>
9191
</div>
9292

9393
<!--<ul>-->
94-
<h4>February 2021</h4>
94+
<h4>February 2022</h4>
9595
<ul>
9696

97+
<li>22 - <a href="../2022/stormy_monday.html">Stormy Monday</a></li>
98+
</ul>
99+
<h4>February 2021</h4>
100+
<ul>
101+
97102
<li>21 - <a href="../2021/hidden_figures.html">Hidden Figures</a></li>
98103
</ul>
99104
<h4>August 2017</h4>

0 commit comments

Comments
 (0)