Skip to content

Commit 6129208

Browse files
committed
42: Links and References
Task-Url: unitsofmeasurement/unitsofmeasurement-jbake#42
1 parent 686f90d commit 6129208

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+2679
-2352
lines changed

2023/halloween23.html

Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>
5+
Units of Measurement
6+
- Halloween 2023
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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.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/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>Halloween 2023</h1>
93+
<ol class="breadcrumb tagsbar">
94+
<li><a href="/tags/event.html">event</a></li>
95+
<li><a href="/tags/tck.html">tck</a></li>
96+
</ol>
97+
</div>
98+
<p class="post-meta">
99+
<i class="fa fa-calendar"></i>&nbsp;31 October 2023&nbsp;&nbsp;
100+
<i class="fa fa-user"></i>&nbsp;keilw&nbsp;&nbsp;
101+
</p>
102+
<p><p><img src="/img/pexels-skitterphoto-3738-640.jpg" alt="Halloween" title="Halloween 2023" /></p>
103+
<p>Happy Halloween!</p>
104+
<p>Today is also <a href="https://en.wikipedia.org/wiki/Reformation_Day">Reformation Day</a>.</p>
105+
<p>And the the final artifact of JSR 385 MR 2 was released, too:<br />
106+
* <a href="https://github.com/unitsofmeasurement/unit-tck/releases/tag/2.2">unit-tck 2.2</a></p>
107+
</p>
108+
<div class="share">
109+
<!-- Facebook -->
110+
<a href="http://www.facebook.com/sharer.php?u=http://https://unitsofmeasurement.github.io2023/halloween23.html" target="_blank"><img src="/img/sharebuttons/facebook.png" alt="Facebook" /></a>
111+
<!-- Google+ -->
112+
<!-- TODO remove later, see https://github.com/unitsofmeasurement/unitsofmeasurement-jbake/issues/50 -->
113+
<!-- Mastodon -->
114+
<!-- TODO apply https://github.com/unitsofmeasurement/unitsofmeasurement-jbake/issues/50 -->
115+
<!-- Twitter -->
116+
<a href="http://twitter.com/share?url=http://https://unitsofmeasurement.github.io2023/halloween23.html&text=Halloween 2023 https://unitsofmeasurement.github.io2023/halloween23.html" target="_blank"><img src="/img/sharebuttons/twitter.png" alt="Twitter" /></a>
117+
</div>
118+
</article>
119+
</div> <!-- /.col-md-12 -->
120+
</div> <!-- /.row -->
121+
122+
</div><!-- /.container -->
123+
124+
<footer>
125+
<div class="container">
126+
<hr>
127+
<div class="row">
128+
<div class="col-xs-10">
129+
<p class="text-muted credit">&copy; Units of Measurement project 2022 | 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>
130+
</div>
131+
<div class="col-xs-2 gotop">
132+
<a href="#"><i class="fa fa-arrow-circle-up"> top</i></a>
133+
</div>
134+
</div>
135+
</div>
136+
</footer>
137+
138+
<!-- Placed at the end of the document so the pages load faster -->
139+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
140+
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
141+
<script src="//cdnjs.cloudflare.com/ajax/libs/gist-embed/1.6/gist-embed.min.js"></script>
142+
143+
<script src="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js"></script>
144+
<script type="text/javascript">
145+
<!-- load prettify only when needed -->
146+
$(document).ready(function(){
147+
var prettify = false;
148+
var classToAdd = 'prettyprint snippet';
149+
$("pre > code").each(function() {
150+
$("pre > code").parent().addClass(classToAdd);
151+
prettify = true;
152+
});
153+
if(prettify) {
154+
prettyPrint();
155+
}
156+
});
157+
</script>
158+
159+
160+
</body>
161+
</html>

2023/wrefd23.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</p>
103103
<p><p><img src="https://worldrefrigerationday.org/wp-content/uploads/2019/06/WRD-Logo-web.jpg" alt="World Refrigeration Day" title="World Refrigeration Day" /></p>
104104
<p>Happy birthday, Lord Kelvin. It’s World Refrigeration Day.<br />
105-
Lord Kelvin was born 199 years ago: June 26th. 26 June is also World Refrigeration Day.</p>
105+
Lord Kelvin was born 199 years ago: June 26th, 1824. 26 June is also World Refrigeration Day.</p>
106106
<p>All info here: <a href="https://worldrefrigerationday.org/">https://worldrefrigerationday.org/</a></p>
107107
<p>Today further artifacts of JSR 385 MR 2 were also released:<br />
108108
* <a href="https://github.com/unitsofmeasurement/uom-lib/releases/tag/2.2">uom-lib 2.2</a><br />

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">June 2023</h3>
94+
<h3 class="well well-sm archive-month">October 2023</h3>
95+
<ul>
96+
<li>
97+
<p>31 - <a href="2023/halloween23.html">Halloween 2023</a></p>
98+
</li>
99+
</ul>
100+
<h4 class="well well-sm archive-month">June 2023</h4>
95101
<ul>
96102
<li>
97103
<p>26 - <a href="2023/wrefd23.html">World Refrigeration Day 2023</a></p>

feed.xml

Lines changed: 18 additions & 3 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>26 Jun 2023, 21:36:49</pubDate>
10-
<lastBuildDate>26 Jun 2023, 21:36:49</lastBuildDate>
9+
<pubDate>31 Oct 2023, 17:20:33</pubDate>
10+
<lastBuildDate>31 Oct 2023, 17:20:33</lastBuildDate>
1111

12+
<item>
13+
<title>Halloween 2023</title>
14+
<author>keilw</author>
15+
<link>http://https://unitsofmeasurement.github.io2023/halloween23.html</link>
16+
<pubDate>31 Oct 2023, 00:00:00</pubDate>
17+
<guid isPermaLink="false">2023/halloween23.html</guid>
18+
<description>
19+
&lt;p&gt;&lt;img src=&quot;/img/pexels-skitterphoto-3738-640.jpg&quot; alt=&quot;Halloween&quot; title=&quot;Halloween 2023&quot; /&gt;&lt;/p&gt;
20+
&lt;p&gt;Happy Halloween!&lt;/p&gt;
21+
&lt;p&gt;Today is also &lt;a href=&quot;https://en.wikipedia.org/wiki/Reformation_Day&quot;&gt;Reformation Day&lt;/a&gt;.&lt;/p&gt;
22+
&lt;p&gt;And the the final artifact of JSR 385 MR 2 was released, too:&lt;br /&gt;
23+
* &lt;a href=&quot;https://github.com/unitsofmeasurement/unit-tck/releases/tag/2.2&quot;&gt;unit-tck 2.2&lt;/a&gt;&lt;/p&gt;
24+
25+
</description>
26+
</item>
1227
<item>
1328
<title>World Refrigeration Day 2023</title>
1429
<author>keilw</author>
@@ -18,7 +33,7 @@
1833
<description>
1934
&lt;p&gt;&lt;img src=&quot;https://worldrefrigerationday.org/wp-content/uploads/2019/06/WRD-Logo-web.jpg&quot; alt=&quot;World Refrigeration Day&quot; title=&quot;World Refrigeration Day&quot; /&gt;&lt;/p&gt;
2035
&lt;p&gt;Happy birthday, Lord Kelvin. It’s World Refrigeration Day.&lt;br /&gt;
21-
Lord Kelvin was born 199 years ago: June 26th. 26 June is also World Refrigeration Day.&lt;/p&gt;
36+
Lord Kelvin was born 199 years ago: June 26th, 1824. 26 June is also World Refrigeration Day.&lt;/p&gt;
2237
&lt;p&gt;All info here: &lt;a href=&quot;https://worldrefrigerationday.org/&quot;&gt;https://worldrefrigerationday.org/&lt;/a&gt;&lt;/p&gt;
2338
&lt;p&gt;Today further artifacts of JSR 385 MR 2 were also released:&lt;br /&gt;
2439
* &lt;a href=&quot;https://github.com/unitsofmeasurement/uom-lib/releases/tag/2.2&quot;&gt;uom-lib 2.2&lt;/a&gt;&lt;br /&gt;
27.5 KB
Loading

index.html

Lines changed: 15 additions & 14 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="2023/halloween23.html">Halloween 2023</a></h2>
92+
<p class="post-meta">
93+
<i class="fa fa-calendar"></i>&nbsp;31 October 2023&nbsp;&nbsp;
94+
<i class="fa fa-user"></i>&nbsp;keilw&nbsp;&nbsp;
95+
</p>
96+
<p><img src="/img/pexels-skitterphoto-3738-640.jpg" alt="Halloween" title="Halloween 2023" /></p>
97+
<p>Happy Halloween!</p>
98+
<p>Today is also <a href="https://en.wikipedia.org/wiki/Reformation_Day">Reformation Day</a>.</p>
99+
<p>And the the final artifact of JSR 385 MR 2 was released, too:<br />
100+
* <a href="https://github.com/unitsofmeasurement/unit-tck/releases/tag/2.2">unit-tck 2.2</a></p>
101+
102+
<br>
103+
</article>
90104
<article>
91105
<h2><a href="2023/wrefd23.html">World Refrigeration Day 2023</a></h2>
92106
<p class="post-meta">
@@ -95,7 +109,7 @@ <h2><a href="2023/wrefd23.html">World Refrigeration Day 2023</a></h2>
95109
</p>
96110
<p><img src="https://worldrefrigerationday.org/wp-content/uploads/2019/06/WRD-Logo-web.jpg" alt="World Refrigeration Day" title="World Refrigeration Day" /></p>
97111
<p>Happy birthday, Lord Kelvin. It’s World Refrigeration Day.<br />
98-
Lord Kelvin was born 199 years ago: June 26th. 26 June is also World Refrigeration Day.</p>
112+
Lord Kelvin was born 199 years ago: June 26th, 1824. 26 June is also World Refrigeration Day.</p>
99113
<p>All info here: <a href="https://worldrefrigerationday.org/">https://worldrefrigerationday.org/</a></p>
100114
<p>Today further artifacts of JSR 385 MR 2 were also released:<br />
101115
* <a href="https://github.com/unitsofmeasurement/uom-lib/releases/tag/2.2">uom-lib 2.2</a><br />
@@ -251,19 +265,6 @@ <h2><a href="2021/wmd21.html">World Metrology Day 2021</a></h2>
251265

252266
<br>
253267
</article>
254-
<article>
255-
<h2><a href="2021/iotday21.html">IoT Day 2021</a></h2>
256-
<p class="post-meta">
257-
<i class="fa fa-calendar"></i>&nbsp;09 April 2021&nbsp;&nbsp;
258-
<i class="fa fa-user"></i>&nbsp;keilw&nbsp;&nbsp;
259-
</p>
260-
<p>After visiting IoT Meetup Zurich several times in person, I was honored to virtually join it again and give a short version of the JSR 385 talk at <a href="https://www.meetup.com/de-DE/IoT-Zurich/events/277320104/">IoT Day 2021 Virtual Meetup</a>.</p>
261-
<p>It was nice to see an old picture from the 2014 event:<br />
262-
<img src="https://secure.meetupstatic.com/photos/event/6/c/9/a/highres_350907802.jpeg" alt="IoT Day 2014 Zurich Meetup" title="IoT Day 2014 Zurich Meetup" /><br />
263-
Hope to join it again in person another year.</p>
264-
265-
<br>
266-
</article>
267268
<br>
268269
<ul class="pager">
269270
Older posts can be found in <li><a href="/archive.html"> Archive</a></li>

tags/California.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
2525
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
2626
</head>
27-
<body>
27+
<body>
2828

2929
<nav class="navbar navbar-default navbar-fixed-top " role="navigation">
3030
<div class="container">
@@ -85,18 +85,18 @@
8585

8686
<!-- Begin page content -->
8787
<div class="container">
88-
89-
<div class="page-header">
90-
<h1>Tag: California</h1>
91-
</div>
92-
93-
<!--<ul>-->
94-
<h4>March 2017</h4>
95-
<ul>
96-
97-
<li>23 - <a href="../2017/devoxxus17.html">DevoXX US 2017</a></li>
98-
</ul>
99-
88+
89+
<div class="page-header">
90+
<h1>Tag: California</h1>
91+
</div>
92+
93+
<!--<ul>-->
94+
<h4>March 2017</h4>
95+
<ul>
96+
97+
<li>23 - <a href="../2017/devoxxus17.html">DevoXX US 2017</a></li>
98+
</ul>
99+
100100
</div><!-- /.container -->
101101

102102
<footer>

tags/Frankfurt.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
2525
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
2626
</head>
27-
<body>
27+
<body>
2828

2929
<nav class="navbar navbar-default navbar-fixed-top " role="navigation">
3030
<div class="container">
@@ -85,18 +85,18 @@
8585

8686
<!-- Begin page content -->
8787
<div class="container">
88-
89-
<div class="page-header">
90-
<h1>Tag: Frankfurt</h1>
91-
</div>
92-
93-
<!--<ul>-->
94-
<h4>December 2013</h4>
95-
<ul>
96-
97-
<li>18 - <a href="../2013/pkn13.html">Pecha Kucha Night</a></li>
98-
</ul>
99-
88+
89+
<div class="page-header">
90+
<h1>Tag: Frankfurt</h1>
91+
</div>
92+
93+
<!--<ul>-->
94+
<h4>December 2013</h4>
95+
<ul>
96+
97+
<li>18 - <a href="../2013/pkn13.html">Pecha Kucha Night</a></li>
98+
</ul>
99+
100100
</div><!-- /.container -->
101101

102102
<footer>

tags/SanJose.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
2525
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
2626
</head>
27-
<body>
27+
<body>
2828

2929
<nav class="navbar navbar-default navbar-fixed-top " role="navigation">
3030
<div class="container">
@@ -85,18 +85,18 @@
8585

8686
<!-- Begin page content -->
8787
<div class="container">
88-
89-
<div class="page-header">
90-
<h1>Tag: SanJose</h1>
91-
</div>
92-
93-
<!--<ul>-->
94-
<h4>March 2017</h4>
95-
<ul>
96-
97-
<li>23 - <a href="../2017/devoxxus17.html">DevoXX US 2017</a></li>
98-
</ul>
99-
88+
89+
<div class="page-header">
90+
<h1>Tag: SanJose</h1>
91+
</div>
92+
93+
<!--<ul>-->
94+
<h4>March 2017</h4>
95+
<ul>
96+
97+
<li>23 - <a href="../2017/devoxxus17.html">DevoXX US 2017</a></li>
98+
</ul>
99+
100100
</div><!-- /.container -->
101101

102102
<footer>

0 commit comments

Comments
 (0)