This repository was archived by the owner on Aug 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojects.json
More file actions
103 lines (103 loc) · 3.05 KB
/
Copy pathprojects.json
File metadata and controls
103 lines (103 loc) · 3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[
{
"title": "Sarah's Library Lists",
"subtitle": "lists of libraries on twitter",
"url": "https://twitter.librarydata.uk",
"github": "twitter-librarydata",
"description": "dashboard of twitter lists compiled by SarahHLib, listing libraries and info about them.",
"image": "twitter",
"thanks": [
"sarahhlib"
]
},
{
"title": "IFLA data",
"subtitle": "world library map data",
"url": "https://ifla.librarydata.uk",
"github": "ifla-librarydata",
"description": "taking IFLA world library data and providing a download link and dynamic table.",
"image": "ifla",
"thanks": [
"ifla_librarymap"
]
},
{
"title": "Plymouth",
"subtitle": "displaying plymouth libraries",
"url": "https://plymouth.librarydata.uk",
"github": "plymouth-librarydata",
"description": "using plymouth library locations to create a library finder with opening hours and 3D map.",
"image": "plymouth",
"thanks": [
"calire",
"plymlibraries"
]
},
{
"title": "Mobile Libraries",
"subtitle": "mobile library service departure board",
"url": "http://somersetmobiles.librarieshacked.org",
"github": "somerset-mobiles",
"description": "using somerset libraries mobile library timetable to show a live departure board.",
"image": "mobiles",
"thanks": [
"somersetlib"
]
},
{
"title": "Newcastle",
"subtitle": "using toonlibraries open data",
"url": "https://newcastle.librarydata.uk",
"github": "wuthering-hacks",
"description": "visualising newcastle libraries usage open data in an interactive data dashboard.",
"image": "newcastle",
"thanks": [
"audesome",
"biblioluke",
"toonlibraries",
"eighty5"
]
},
{
"title": "Books",
"subtitle": "search uk library catalogues",
"url": "https://books.librarydata.uk",
"github": "catalogues-librarydata",
"description": "searching through UK library online catalogues for the availability of books.",
"image": "books",
"thanks": []
},
{
"title": "News",
"subtitle": "displaying UK news about libraries",
"url": "https://news.librarydata.uk",
"github": "news-librarydata",
"description": "tracking news stories from Public Libraries News and displaying them per authority.",
"image": "news",
"thanks": [
"publiclibnews"
]
},
{
"title": "England",
"subtitle": "dashboard of libraries in england",
"url": "https://england.librarydata.uk",
"github": "england-librarydata",
"description": "libraries in england, alongside tools such as library finder, distance stats, and area deprivation.",
"image": "england",
"thanks": [
"libtaskforce"
]
},
{
"title": "Disbumptors",
"subtitle": "dashboard of a twitter list",
"url": "https://disbumptors.librarydata.uk",
"github": "disbumptors-librarydata",
"description": "another twitter list. a variety of digital people doing some things.",
"image": "disbumptors",
"thanks": [
"nickpoole1"
]
}
]