forked from uol-library/spacefinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d07d817
commit 3b75a21
Showing
1 changed file
with
170 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,144 +1,172 @@ | ||
{ | ||
"id": 101, | ||
"published": false, | ||
"title": "School of Arts and Humanities new space 101", | ||
"description": "Description of new space 101", | ||
"space_type": "", | ||
"slug": "new-space-101", | ||
"address": "", | ||
"building": "", | ||
"floor": "", | ||
"location": "{\"type\":\"Point\",\"coordinates\":[0.1253482,52.2061298]}", | ||
"access": "", | ||
"restricted": false, | ||
"restriction": "", | ||
"disabled_access": false, | ||
"accessable_url": "", | ||
"url": "", | ||
"url_text": "Visit the website", | ||
"phone_number": "", | ||
"phone_text": "Phone the space", | ||
"email_address": "", | ||
"twitter_screen_name": "", | ||
"facebook_url": "", | ||
"noise": "", | ||
"facilities": [], | ||
"work": [], | ||
"atmosphere": [], | ||
"tags": "", | ||
"image": "/assets/photos/image1.jpg", | ||
"imagealt": "", | ||
"opening_hours": { | ||
"monday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"tuesday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"wednesday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"thursday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"friday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"saturday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"sunday": { | ||
"open": false, | ||
"from": "00:00", | ||
"to": "24:00" | ||
} | ||
}, | ||
"term_time_hours": { | ||
"friday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"monday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"saturday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"sunday": { | ||
"open": false, | ||
"from": "00:00", | ||
"to": "24:00" | ||
}, | ||
"thursday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"tuesday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"wednesday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
} | ||
}, | ||
"out_of_term_hours": { | ||
"monday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"tuesday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"wednesday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"thursday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"friday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"saturday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"sunday": { | ||
"open": false, | ||
"from": "00:00", | ||
"to": "24:00" | ||
} | ||
}, | ||
"lng": "", | ||
"lat": "" | ||
"facilities": [ | ||
"bike_racks", | ||
"accessible_toilets", | ||
"views", | ||
"adjustable_furniture", | ||
"break", | ||
"refreshments", | ||
"computers", | ||
"electronic_legal_deposit", | ||
"free_wifi", | ||
"gender_neutral_toilets", | ||
"laptops_allowed", | ||
"daylight", | ||
"signal", | ||
"sockets", | ||
"printers_copiers", | ||
"toilets", | ||
"wheelchair_accessible" | ||
], | ||
"atmosphere": [ | ||
"friendly", | ||
"modern", | ||
"relaxed", | ||
"social", | ||
"cosy" | ||
], | ||
"access": "Members of the University", | ||
"lng": "", | ||
"disabled_access": true, | ||
"opening_hours": { | ||
"monday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"tuesday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"wednesday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"thursday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"friday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"saturday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"sunday": { | ||
"open": false, | ||
"from": "00:00", | ||
"to": "24:00" | ||
} | ||
}, | ||
"slug": "new-space-101", | ||
"floor": "1st Floor", | ||
"restriction": "", | ||
"published": false, | ||
"imagealt": "alt text", | ||
"accessable_url": "", | ||
"url": "https://www.ames.cam.ac.uk/faculty-library", | ||
"term_time_hours": { | ||
"friday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "19:00" | ||
}, | ||
"monday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "19:00" | ||
}, | ||
"saturday": { | ||
"open": false, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"sunday": { | ||
"open": false, | ||
"from": "00:00", | ||
"to": "24:00" | ||
}, | ||
"thursday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "19:00" | ||
}, | ||
"tuesday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "19:00" | ||
}, | ||
"wednesday": { | ||
"open": true, | ||
"from": "09:00", | ||
"to": "19:00" | ||
} | ||
}, | ||
"email_address": "[email protected]", | ||
"work": [ | ||
"in_a_library", | ||
"close", | ||
"friends" | ||
], | ||
"twitter_screen_name": "https://twitter.com/CambridgeFames", | ||
"out_of_term_hours": { | ||
"monday": { | ||
"open": true, | ||
"from": "09:00 - 13:00", | ||
"to": "14:00 - 17:00" | ||
}, | ||
"tuesday": { | ||
"open": true, | ||
"from": "09:00 - 13:00", | ||
"to": "14:00 - 17:00" | ||
}, | ||
"wednesday": { | ||
"open": true, | ||
"from": "09:00 - 13:00", | ||
"to": "14:00 - 17:00" | ||
}, | ||
"thursday": { | ||
"open": true, | ||
"from": "09:00 - 13:00", | ||
"to": "14:00 - 17:00" | ||
}, | ||
"friday": { | ||
"open": true, | ||
"from": "09:00 - 13:00", | ||
"to": "14:00 - 17:00" | ||
}, | ||
"saturday": { | ||
"open": false, | ||
"from": "09:00", | ||
"to": "17:00" | ||
}, | ||
"sunday": { | ||
"open": false, | ||
"from": "00:00", | ||
"to": "24:00" | ||
} | ||
}, | ||
"space_type": "", | ||
"building": "", | ||
"address": "First Floor, Asian and Middle Eastern Studies Library, Faculty of Asian and Middle Eastern Studies, Sidgwick Avenue Cambridge CB3 9DA", | ||
"location": "{\"type\":\"Point\",\"coordinates\":[0.11082,52.2008344]}", | ||
"facebook_url": "https://www.facebook.com/people/Faculty-of-Asian-and-Middle-Eastern-Studies-Library/100064833097018/", | ||
"title": "Faculty of Asian and Middle Eastern Studies Library (FAMES)", | ||
"tags": "", | ||
"noise": "Whispers", | ||
"phone_number": "01223 335 112", | ||
"restricted": false, | ||
"id": 101, | ||
"image": "/assets/photos/image1.jpg", | ||
"description": "See the Library website (linked in key facts section) for more details and updates.", | ||
"url_text": "Visit the website", | ||
"phone_text": "Phone the space", | ||
"lat": "" | ||
} |