public_library_map/website/sources.html
Hugh Rundle 95f603ef12 update website files
* update readme
* new TopoJSON file with initial capitalised names
* add python script for merging csv and geojson
* add and update various web pages
2021-01-17 22:38:39 +11:00

182 lines
7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>About - Library Map</title>
<link rel="shortcut icon" href="logo.svg" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<section id="title">
<a href="index.html"><img id="logo" src="logo.svg"/></a>
<h2>Sources &amp; Attributions</h2>
<p id="beta">Beta!</p>
</section>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://github.com/hughrun/public_library_map">Code</a></li>
</ul>
</nav>
<section class="info-page">
<p><em>Library Map</em> was written and conceived on unceded Wurundjeri Woi Wurrung land.</p>
<h3 id="visualisation">Visualisation</h3>
<table>
<thead>
<tr class="header">
<th>Source</th>
<th>Link</th>
<th>License</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>leaflet.js</td>
<td>https://leafletjs.com</td>
<td>BSD-2-Clause</td>
</tr>
<tr class="even">
<td>leaflet.geoCSV</td>
<td>https://github.com/joker-x/Leaflet.geoCSV</td>
<td>GPL-3.0-or-later</td>
</tr>
<tr class="odd">
<td>leaflet.pattern</td>
<td>https://github.com/teastman/Leaflet.pattern</td>
<td>BSD-2-Clause</td>
</tr>
<tr class="even">
<td>MapBox</td>
<td>https://www.mapbox.com/</td>
<td><a href="https://www.mapbox.com/legal/tos/">custom ToS</a></td>
</tr>
<tr class="odd">
<td>OpenStreetMap</td>
<td>https://www.openstreetmap.org</td>
<td>CC-BY-SA</td>
</tr>
</tbody>
</table>
<h3 id="library-services">Library services</h3>
<p>The library service boundaries are derived from local government boundary data care of PSMA and accessed from <a href="https://data.gov.au">data.gov.au</a>.</p>
<p>Data about fines and lending periods is a mix of original research, plus data provided by State Libraries and Public Libraries Victoria.</p>
<p>Data about language holdings (TODO) provided by various sources.</p>
<p>Data about Integrated Library Systems (ILS) (TODO - almost done) is mostly original research, with some data from State Library of Queensland, and some checked at Marshall Breedings <a href="http://librarytechnology.org">librarytechnology.org</a> site.</p>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Source</th>
<th>Link</th>
<th>License</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>PSMA</td>
<td>https://data.gov.au</td>
<td>CC-BY 4.0</td>
</tr>
<tr class="even">
<td>Victorian Government</td>
<td><a href="https://www.localgovernment.vic.gov.au/__data/assets/pdf_file/0032/393809/2019-Directory-of-Public-Library-Services-Victoria.pdf">Directory of Public Libraries in Victoria</a></td>
<td>© (fair dealing)</td>
</tr>
<tr class="odd">
<td>NSW Government</td>
<td><a href="https://portal.spatial.nsw.gov.au/portal/apps/sites/#/home/items/a5f3bc7668be403aa88cdf6d1f7668b9/data?geometry=113.107%2C-39.164%2C186.935%2C-26.273&amp;page=48&amp;where=buildingcomplextype%20%3E%3D%2011%20AND%20buildingcomplextype%20%3C%3D%2011">Spatial NSW</a></td>
<td>CC-BY</td>
</tr>
<tr class="even">
<td>Queensland Government (Library Service data)</td>
<td><a href="https://www.data.qld.gov.au/dataset/slq-qld-public-libraries-annual-statistics/resource/f10df735-4a8a-45d6-8db9-b2a1a4a4289d">Public Libraries Annual Statistics</a></td>
<td>CC-BY-4.0</td>
</tr>
<tr class="odd">
<td>Stat Library Queensland</td>
<td><a href="https://plconnect.slq.qld.gov.au/managing-my-library/statistics/queensland-public-libraries-statistical-bulletin">Public Libraries Statistical Bulletin</a></td>
<td>CC-BY-SA</td>
</tr>
<tr class="even">
<td>WA NSLA statistics</td>
<td>personal communication</td>
<td>© (fair dealing)</td>
</tr>
<tr class="odd">
<td>Public Library Services (DoPC South Australia)</td>
<td><a href="https://www.libraries.sa.gov.au/client/en_AU/sapubliclibraries/?rm=LOCATE+A+LIBRA0%7C%7C%7C1%7C%7C%7C0%7C%7C%7Ctrue">Find a Library</a></td>
<td>© (fair dealing)</td>
</tr>
</tbody>
</table>
<h3 id="library-locations">Library locations</h3>
<p>Library locations are generally provided by state government departments.</p>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Source</th>
<th>Link</th>
<th>License</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Libraries Tasmania / data.gov.au</td>
<td><a href="https://data.gov.au/dataset/ds-dga-409f7f64-35ef-4a70-8db1-dd737a6fabec/details?q=libraries">Libraries Tasmania locations</a></td>
<td>CC-BY 4.0</td>
</tr>
<tr class="even">
<td>Vicmap Features of Interest</td>
<td>https://discover.data.vic.gov.au/dataset/vicmap-features-of-interest</td>
<td>CC-BY 4.0</td>
</tr>
<tr class="odd">
<td>ACT Open Data Portal</td>
<td><a href="https://www.data.act.gov.au/dataset/Library-Locations-Map/3nit-7kex">ACT Libraries locations</a></td>
<td>CC-BY 4.0</td>
</tr>
<tr class="even">
<td>NSW State Library (NSW library locations and contacts)</td>
<td><a href="https://www.sl.nsw.gov.au/public-library-services/about-public-library-services/find-public-library-nsw">Public library services</a></td>
<td>© (fair dealing)</td>
</tr>
<tr class="odd">
<td>State Library of Queensland</td>
<td><a href="https://www.data.qld.gov.au/dataset/public-libraries">Queensland public libraries directory</a></td>
<td>CC-BY 4.0</td>
</tr>
<tr class="even">
<td>Find a library in the NT</td>
<td>https://nt.gov.au/leisure/arts-culture-heritage/libraries-and-records/find-a-library-in-the-nt</td>
<td>n/a</td>
</tr>
<tr class="odd">
<td>WA NSLA statistics</td>
<td>personal communication</td>
<td>© (fair dealing)</td>
</tr>
<tr class="even">
<td>Public Library Services (DoPC South Australia)</td>
<td><a href="https://www.libraries.sa.gov.au/client/en_AU/sapubliclibraries/?rm=LOCATE+A+LIBRA0%7C%7C%7C1%7C%7C%7C0%7C%7C%7Ctrue">Find a Library</a></td>
<td>© (fair dealing)</td>
</tr>
</tbody>
</table>
</section>
</body>
</html>