>From a6cc6611b13df702d971da29d52dda005447b9a4 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Mon, 5 Feb 2018 00:22:45 -0800
Subject: [PROPOSED] * tz-link.html: Add refs to ctzgenerator and to SoT 2016.

---
 tz-link.html | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tz-link.html b/tz-link.html
index 3ee2f9e..0fc4bc6 100644
--- a/tz-link.html
+++ b/tz-link.html
@@ -382,6 +382,11 @@ and a <abbr>BSD</abbr>-style license, respectively.</li>
 <li><a href="https://en.wikipedia.org/wiki/JavaScript">JavaScript</a>-based
 compilers and libraries include:
 <ul>
+<li><a
+href="https://github.com/kshetline/compact-time-zone-generator">CompactTimeZoneGenerator</a>
+compiles time zone data into a compact form designed for
+JavaScript. It is freely available under a combination of
+the <abbr>MIT</abbr> license and the Apache License.</li>
 <li><a href="https://momentjs.com/timezone/">Moment Timezone</a> is a
 plugin for the <a href="https://momentjs.com">Moment.js</a> date
 manipulation library. It is freely available under the <abbr>MIT</abbr>
@@ -780,6 +785,8 @@ href="http://www.armada.mil.uy/Pagina/institucion/dimat/sohma/almanaque.html" hr
 href="http://leapsecond.com/hpan/an1289.pdf">The
 Science of Timekeeping</a> is a thorough introduction
 to the theory and practice of precision timekeeping.</li>
+<li><a href="https://doi.org/10.1007/978-3-319-59909-0">The Science of
+Time 2016</a> contains several freely-readable papers.</li>
 <li><a href="http://www.ntp.org"><abbr
 title="Network Time Protocol">NTP</abbr>: The Network
 Time Protocol</a> (Internet <abbr>RFC</abbr> 5905)
-- 
2.7.4

