-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathclientappfaq.html
600 lines (561 loc) · 30.3 KB
/
clientappfaq.html
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
<!DOCTYPE html>
<html language="english">
<head>
<meta charset="utf-8">
<title>Library Simplified · How To FAQs</title>
<meta name="About" content="With the help of this Institute of Museum and Library Services, ten public libraries across the United States are exploring that question. We’re re-thinking traditional library policies and building new technology to make the libraries and their digital collections easier to access. Our goal is to break down barriers to library use so that more people take advantage of all the services that the library offers. We hope you’ll join the conversation." />
<link rel="icon" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google Fonts (more: http://www.google.com/fonts) -->
<!-- Main Font -->
<!--<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">-->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<!-- Headings -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<!-- Handwritten -->
<link href="https://fonts.googleapis.com/css?family=Marck+Script" rel="stylesheet">
<!-- Countdown, Pricing Table Price Tag -->
<link href="https://fonts.googleapis.com/css?family=Oswald:300,400,700" rel="stylesheet">
<!-- Logo -->
<link href="https://fonts.googleapis.com/css?family=Cantora+One" rel="stylesheet" type="text/css">
<!-- CDN Bootstrap & FontAwesome -->
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<!-- CSS Libraries -->
<link href="assets/css/animate.min.css" rel="stylesheet">
<link href="assets/css/bxslider.css" rel="stylesheet">
<link href="assets/css/magnific-popup.css" rel="stylesheet">
<!-- Theme Specific CSS -->
<link href="assets/css/styles.css" rel="stylesheet">
<link href="assets/css/custom.css" rel="stylesheet">
<!-- Predefined Color Scheme -->
<link href="assets/css/colors/blue.css" rel="stylesheet" id="colors">
<!-- LESS - Development Only
<link href="assets/less/styles.less" rel="stylesheet/less" />
<script>less = { env: 'development' };</script>
<script src="assets/js/less.js"></script>
-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<link href="assets/css/ie8.css" rel="stylesheet"></link>
<![endif]-->
</head>
<body>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-RKWC"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-RKWC');</script>
<!-- End Google Tag Manager -->
<header id="header" class="navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Skip navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand logo" href="index.html">Library Simplified</a>
</div>
<nav class="collapse navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="about.html">About</a>
<ul class="dropdown-menu">
<li><a href="OPDS.html">OPDS</a></li>
<li><a href="EPUB.html">EPUB</a></li>
<li><a href="Readium.html">Readium</a></li>
<li><a href="accessibility.html">Accessibility</a></li>
<li><a href="news-and-events.html">News and Events</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</li>
<li class="dropdown">
<a href="/">Community</a>
<ul class="dropdown-menu">
<li><a href="community.html">Our Community</a></li>
<li><a href="get-involved.html">Getting Involved</a></li>
</ul>
</li>
<li class="dropdown">
<a href="/">Implementors</a>
<ul class="dropdown-menu">
<li><a href="implementorsamigos.html">Amigos</a></li>
<li><a href="implementorscalifa.html">Califa</a></li>
<li><a href="implementorsdatalogics.html">Datalogics</a></li>
<li><a href="lyrasis.html">Lyrasis</a></li>
</ul>
</li>
<li class="dropdown">
<a href="IMLS.html">Grant Funded Projects</a>
<ul class="dropdown-menu">
<li><a href="project-design.html">IMLS: Library Simpliifed</a></li>
<li><a href="LEAP-project-design.html">IMLS: LEAP Project Design</a></li>
<li><a href="consortia-project-design.html">IMLS: SimplyE for Consortia</a><li>
</ul>
</li>
<li class="dropdown">
<a href="/">SimplyE</a>
<ul class="dropdown-menu">
<!--<li><a href="productbacklog.html">Product Backlog</a></li>
<li><a href="iOSUItour.html">Mobile: iOS ver 1.0</a></li>
<li><a href="androidtour.html">Mobile: Android ver 1.0</a></li>-->
<li><a href="deployinstruction.html">Deploying the application</a></li>
<li><a href="clientappfaq.html">Mobile Client application how to</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</header><!-- .navbar-fixed-top -->
<div class="page-top">
<div class="container">
<h1 class="page-top-header">Mobile Client How To FAQs</h1>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li class="active">FAQ</li>
</ol>
</div>
</div>
<div class="container" id="main">
<h1><i class="icon-apple"></i> SimplyE iOS </h1>
<p class="lead">You can use the SimplyE app to borrow e-books from your iPhone, iPad, or iPod Touch. You will need a valid library card and PIN, and iOS 8.0 or later on your device.</p>
<div class="row">
<ul class="faq list-unstyled">
<li>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a class="accordion-toggle" data-toggle="collapse" href="#1"><i class="icon-apple"></i> Install SimplyE on your iPhone, iPad, or iPod Touch</a></h4>
</div>
<div id="1" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li>From the Apple App Store app, install the SimplyE app. </li>
<li>Once installed, open the SimplyE app.</br>
<li>Tap <i class="icon-hand-up"></i> <code>Accept</code> to agreee to the terms of Service</li>
<li>To register you Library Card</br>
<ul class="list-icon">
<li><i class="icon-hand-up"></i>Tap <code>Settings</code> > <code>Library Card </code> and enter your library card number and PIN.</li>
<li><i class="icon-hand-up"></i>Tap <code>Login</code>.</li>
</ul>
</li>
</ul>
<i>NOTE: You do not have to login to use the app until you want to borrow an e-book.</i>
</div>
</div>
</div>
</li>
<li>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a class="accordion-toggle" data-toggle="collapse" href="#2"><i class="icon-eye-open"></i>Browsing the collection</a></h4>
</div>
<div id="2" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li><strong>Browsing the popular and avialable titles</strong></br>
<i class="icon-hand-up"></i>Tap the <code>Catalog tab</code> at the bottom. At any time you can tap the cover of the book to read a description about the book, download, checkout or place a hold on the book.</li>
<ul class="list-icon"><strong> Browse Categories:</strong>
<li><i class="icon-hand-up"></i><i class="icon-long-arrow-right"></i>Swipe from left to right on the book covers to view the popular and available for the respective category.</li>
<li><i class="icon-hand-up"></i><i class="icon-resize-vertical"></i>Scroll up and down to view the different categories.</li>
<li><i class="icon-hand-up"></i>Tap the category titles or <code>More...</code> to view sub categories or a list of all books in the respective category.</li>
</ul></li>
<li><i class="list-icon"></i><strong>Browse Category List:</strong></br>
<i class="icon-hand-up"></i> <i class="icon-resize-vertical"></i> Scroll up and down to browse the list of books</li>
</ul>
</div>
</div>
</li>
<li>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a class="accordion-toggle" data-toggle="collapse" href="#3"><i class="icon-sort-by-attributes"></i>Sort book lists</a></h4>
</div>
<div id="3" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li> At the list level, <i class="icon-hand-up"></i>Tap on <code>Author</code> to change the sort order.</li>
<ul class="list-icon">
<li><i class="icon-hand-up"></i> Tap <code>Title</code> to sort by Title or</li>
<li><i class="icon-hand-up"></i> Tap <code>Author</code> to continue to sort by Author </li>
</ul>
</ul>
</div>
</div>
</li>
<li>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a class="accordion-toggle" data-toggle="collapse" href="#4"><i class="icon-filter"></i>Filter Lists</a></h4>
</div>
<div id="4" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li>At the list level you can also filter the list by</br>
<ul class="list-icon">
<li><i class="icon-hand-up"></i> Tapping <code>All</code> to change the attributes to filter on</li>
<li><i class="icon-hand-up"></i> Tap <code>All</code> or <code>On Hold</code> to filter accordingly.</li>
</ul>
</ul>
</div>
</div>
</li>
<li>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a class="accordion-toggle" data-toggle="collapse" href="#5"><i class="icon-search"></i>Search for a particular tile</a></h4>
</div>
<div id="5" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li><strong>To search for a particular title</strong></br>
<ul class="list-icon">
<li><i class="icon-hand-up"></i> tap the Search icon <i class="icon-search"></i> in the Navigation bar in the upper right. Type the name of the author or title of the book. A list of books matching your search criteria will be displayed.</li>
<li><i class="icon-hand-up"></i> <i class="icon-resize-vertical"></i> Scroll the list of results to find your book or refine your search.</li>
</ul>
</li>
</ul>
</div>
</div>
</li>
<li>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a class="accordion-toggle" data-toggle="collapse" href="#6"><i class="icon-cloud-download"></i>Borrowing or downloading ebooks</a></h4>
</div>
<div id="6" class="panel-collapse collapse">
<div class="panel-body">
<p>You can borrow up to 24 ebooks. You have 14 days to read them. If you place a hold on the ebook, you have 3 days to Check out the book or Cancel the hold. The book will disappear after 3 days from your hold list.</p>
<ul>
<li>Find a book you would like to read.</li>
<li><strong>Books you can keep</strong></br>
(Public Domain or Creative Commons Licenses books) will display only a <code>Download</code> button.</br>
Simply <i class="icon-hand-up"></i> tap the <code>Download</code> button to download the book.
The button will change to Delete or Read once downloaded.
The Book will also show up in the list under the tab <code>My Books</code> with a <code>Read</code> and a <code>Delete</code> button. </li>
<li><strong> Books you can borrow</strong></br>
These books display a <code>Get</code> or <code>Reserve</code> button.</br>
Simply <i class="icon-hand-up"></i> tap <code>Checkout</code> to borrow the book if it is available. The book will download to your device. The button will change to Read once downloaded.
The Book will also show up in the list under the tab <code>My Books</code> if you checked out the book.
You have 14 days to read the book. If you placed a Hold on the book it will show up on under the <code>Reservations</code> tabs.</li>
<li><strong>Books you have reserved (Placed a Hold)</strong></li>
<ul class="list-icon">
<li><i class="icon-hand-up"></i>Tap <code>Reserve</code> to be placed in a waiting queue for the book to become available. The book will also show up in <code>Reservations</code> tab. When the book becomes available the button will change to Check Out and you have 3 days to Check Out the e-books.</li>
<li><i class="icon-hand-up"></i> Tap <code>Get</code> to download the book.</br> The book will now show up in the list under the tab <code>My Books</code>. You have 14 days to read the book.</li>
</ul>
</ul>
</div>
</div>
</li>
<li>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a class="accordion-toggle" data-toggle="collapse" href="#7"><i class="icon-smile"></i>Reading an eBook</a></h4>
</div>
<div id="7" class="panel-collapse collapse">
<div class="panel-body">
<p> You have 14 Days to read a book borrowed from the library unless it is Public Domain or Creative Commons Licensing. Then you can hold on to the book as long as you like.</p>
<ul>
<li>Find a book you would like to read.</li>
<li><i class="icon-hand-up"></i> Tap the <code>Read</code> to open and read the book.</li>
<ul>
<li>To turn the page, <i class="icon-hand-up"></i> tap on the edges of the screen.</li>
</ul>
<li>To exit or navigate to a particular section</li>
<ul class="list-icon">
<li><i class="icon-hand-up"></i> tap the center of the screen to bring up the top menu bar.</li>
<li><i class="icon-hand-up"></i> tap the <code>My Books</code> on the upper left to exit the book</li>
<li><i class="icon-hand-up"></i> tap the <i class="icon-list"></i> button on the upper right of the top menu bar to bring up the TOC, then <i class="icon-hand-up"></i> tap on the section or chapter you which to open.</li>
</ul>
<li>To change font type, size, constrast or brightness</li>
<ul class="list-icon">
<li><i class="icon-hand-up"></i> tap the center of the screen to bring up the top menu bar.</li>
<li><i class="icon-hand-up"></i> tap the <i class="icon-font"></i> button (second from the right of the top bar menu).</li>
<li><i class="icon-hand-up"></i> tap the appropriate control or selection from the options dipslayed.</li>
</ul>
</ul>
</div>
</div>
</div>
</li>
<li>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a class="accordion-toggle" data-toggle="collapse" href="#8"><i class="icon-volume-off"></i>Adjust the audio playback for eBooks</a></h4>
</div>
<div id="8" class="panel-collapse collapse">
<div class="panel-body">
<p> Some eBooks have mbedded media such as video and audio along with text</p>
<ul>
<li>Find your book</li>
<li><i class="icon-hand-up"></i> Tap the <code>Read</code> to open and read the book.</li>
<li>To play audio</li>
<ul class="list-icon">
<li><i class="icon-hand-up"></i> tap the center of the screen to bring up the top menu bar.</li>
<li><i class="icon-hand-up"></i> tap the <i class="icon-font"></i> button (second from the right of the top bar menu).</li>
<li><i class="icon-hand-up"></i> tap the <i class="icon-volume-off"></i> control to turn on or off the sound and the adjust the slide to control volume.</li>
</ul>
</ul>
</div>
</div>
</div>
</li>
<ul>
</div>
<h1><i class="icon-android"></i> SimplyE Android </h1>
<p class="lead">You can use the SimplyE app to borrow e-books from NYPL for your Android Tablet or Smartphone. You will need a valid library card and PIN, and Andorid device.</p>
<div class="row">
<ul class="faq list-unstyled">
<li>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a class="accordion-toggle" data-toggle="collapse" href="#50"><i class="icon-android"></i> Install SimplyE on your Android Device</a></h4>
</div>
<div id="50" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li>From the Google Play Store app, install the SimplyE app. </li>
<li>Once installed, open the SimplyE app.</br>
<li>Tap <i class="icon-hand-up"></i> <code>Accept</code> to agreee to the terms of Service</li>
<li>To register you Library Card</br>
<ul class="list-icon">
<li><i class="icon-hand-up"></i>Tap <code>Settings</code> > <code>Library Card </code> and enter your library card number and PIN.</li>
<li><i class="icon-hand-up"></i>Tap <code>Login</code>.</li>
</ul>
</li>
</ul>
<i>NOTE: You do not have to login to use the app until you want to borrow an e-book.</i>
</div>
</div>
</div>
</li>
<li>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a class="accordion-toggle" data-toggle="collapse" href="#51"><i class="icon-eye-open"></i>Browsing the collection</a></h4>
</div>
<div id="51" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li><strong>Browsing the popular and avialable titles</strong></br>
<i class="icon-hand-up"></i>Tap the <i class="icon-align-justify"></i> at the top to open up the menu. Select catalog and the browse lanes will appear. At any time you can tap the cover of the book to read a description about the book, download, checkout or place a hold on the book.</li>
<ul class="list-icon"><strong> Browse Categories:</strong>
<li><i class="icon-hand-up"></i><i class="icon-long-arrow-right"></i>Swipe from left to right on the book covers to view the popular and available for the respective category.</li>
<li><i class="icon-hand-up"></i><i class="icon-resize-vertical"></i>Scroll up and down to view the different categories.</li>
<li><i class="icon-hand-up"></i>Tap the category titles or <code>More...</code> to view sub categories or a list of all books in the respective category.</li>
</ul></li>
<li><i class="list-icon"></i><strong>Browse Category List:</strong></br>
<i class="icon-hand-up"></i> <i class="icon-resize-vertical"></i> Scroll up and down to browse the list of books</li>
</ul>
</div>
</div>
</li>
<li>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a class="accordion-toggle" data-toggle="collapse" href="#52"><i class="icon-sort-by-attributes"></i>Sort book lists</a></h4>
</div>
<div id="52" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li> At the list level, <i class="icon-hand-up"></i>Tap on <code>Author</code> to change the sort order.</li>
<ul class="list-icon">
<li><i class="icon-hand-up"></i> Tap <code>Title</code> to sort by Title or</li>
<li><i class="icon-hand-up"></i> Tap <code>Author</code> to continue to sort by Author </li>
</ul>
</ul>
</div>
</div>
</li>
<li>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a class="accordion-toggle" data-toggle="collapse" href="#53"><i class="icon-filter"></i>Filter Lists</a></h4>
</div>
<div id="53" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li>At the list level you can also filter the list by</br>
<ul class="list-icon">
<li><i class="icon-hand-up"></i> Tapping <code>All</code> to change the attributes to filter on</li>
<li><i class="icon-hand-up"></i> Tap <code>All</code> or <code>On Hold</code> to filter accordingly.</li>
</ul>
</ul>
</div>
</div>
</li>
<li>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a class="accordion-toggle" data-toggle="collapse" href="#54"><i class="icon-search"></i>Search for a particular tile</a></h4>
</div>
<div id="54" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li><strong>To search for a particular title</strong></br>
<ul class="list-icon">
<li><i class="icon-hand-up"></i> tap the Search icon <i class="icon-search"></i> in the Navigation bar in the upper right. Type the name of the author or title of the book. A list of books matching your search criteria will be displayed.</li>
<li><i class="icon-hand-up"></i> <i class="icon-resize-vertical"></i> Scroll the list of results to find your book or refine your search.</li>
</ul>
</li>
</ul>
</div>
</div>
</li>
<li>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a class="accordion-toggle" data-toggle="collapse" href="#55"><i class="icon-cloud-download"></i>Borrowing or downloading ebooks</a></h4>
</div>
<div id="55" class="panel-collapse collapse">
<div class="panel-body">
<p>You can borrow up to 24 ebooks. You have 14 days to read them. If you place a hold on the ebook, you have 3 days to Check out the book or Cancel the hold. The book will disappear after 3 days from your hold list.</p>
<ul>
<li>Find a book you would like to read.</li>
<li><strong>Books you can keep</strong></br>
(Public Domain or Creative Commons Licenses books) will display only a <code>Download</code> button.</br>
Simply <i class="icon-hand-up"></i> tap the <code>Download</code> button to download the book.
The button will change to Delete or Read once downloaded.
The Book will also show up in the list under the tab <code>My Books</code> with a <code>Read</code> and a <code>Delete</code> button. </li>
<li><strong> Books you can borrow</strong></br>
These books display a <code>Check Out</code> or <code>Hold</code> button.</br>
Simply <i class="icon-hand-up"></i> tap <code>Checkout</code> to borrow the book if it is available. The book will download to your device. The button will change to Read once downloaded.
The Book will also show up in the list under the tab <code>My Books</code> if you checked out the book.
You have 14 days to read the book. If you placed a Hold on the book it will show up on under the <code>Holds</code> tabs.</li>
<li><strong>Books you have reserved (Placed a Hold)</strong></li>
<ul class="list-icon">
<li><i class="icon-hand-up"></i>Tap <code>Hold</code> to be placed in a waiting queue for the book to become available. The book will also show up in <code>Holds</code> tab. When the book becomes available the button will change to Check Out and you have 3 days to Check Out the e-books.</li>
<li><i class="icon-hand-up"></i> Tap <code>checkout</code> to download the book.</br> The book will now show up in the list under the tab <code>My Books</code>. You have 14 days to read the book.</li>
</ul>
</ul>
</div>
</div>
</li>
<li>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a class="accordion-toggle" data-toggle="collapse" href="#56"><i class="icon-smile"></i>Reading an eBook</a></h4>
</div>
<div id="56" class="panel-collapse collapse">
<div class="panel-body">
<p> You have 14 Days to read a book borrowed from the library unless it is Public Domain or Creative Commons Licensing. Then you can hold on to the book as long as you like.</p>
<ul>
<li>Find a book you would like to read.</li>
<li><i class="icon-hand-up"></i> Tap the <code>Read</code> to open and read the book.</li>
<ul>
<li>To turn the page, <i class="icon-hand-up"></i> tap on the edges of the screen.</li>
</ul>
<li>To exit or navigate to a particular section</li>
<ul class="list-icon">
<li><i class="icon-hand-up"></i> tap the center of the screen to bring up the top menu bar.</li>
<li><i class="icon-hand-up"></i> tap the <code>My Books</code> on the upper left to exit the book</li>
<li><i class="icon-hand-up"></i> tap the <i class="icon-list"></i> button on the upper right of the top menu bar to bring up the TOC, then <i class="icon-hand-up"></i> tap on the section or chapter you which to open.</li>
</ul>
<li>To change font type, size, constrast or brightness</li>
<ul class="list-icon">
<li><i class="icon-hand-up"></i> tap the center of the screen to bring up the top menu bar.</li>
<li><i class="icon-hand-up"></i> tap the <i class="icon-font"></i> button (second from the right of the top bar menu).</li>
<li><i class="icon-hand-up"></i> tap the appropriate control or selection from the options dipslayed.</li>
</ul>
</ul>
</div>
</div>
</div>
</li>
<ul>
</div>
</div><!-- .container -->
<footer id="footer">
<div class="newsletter">
<div class="container">
<div class="row">
<div class="col-md-8">
<a href="http://eepurl.com/bo9K3T"><h3 class="title"><i class="icon-envelope-alt"></i> Subscribe to updates</h3></a>
<span class="lead">We will only send you good stuff. Promise!</span>
</div>
<div class="col-md-4">
<form class="input-group small" method="post" action="">
<input type="text" class="form-control" placeholder="Your Email Address" />
<div class="input-group-btn">
<button class="btn btn-default" type="button">Sign Up <i class="icon-angle-right"></i></button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="social-networks">
<a href=""><i class="icon-facebook"></i></a>
<a href=""><i class="icon-twitter"></i></a>
<a href="https://plus.google.com/u/0/+newyorkpubliclibrary/posts"><i class="icon-google-plus"></i></a>
<!-- <a href=""><i class="icon-linkedin"></i></a>
<a href=""><i class="icon-tumblr"></i></a>
<a href=""><i class="icon-dribbble"></i></a>
<a href=""><i class="icon-instagram"></i></a>
<a href=""><i class="icon-pinterest"></i></a>
<a href=""><i class="icon-youtube-play"></i></a>
<a href=""><i class="icon-rss"></i></a> -->
</div>
</div>
<div class="col-md-4">
<h6 class="title">About</h6>
<p>
We are a team of remarkable institutions doing great things. Get to know a little bit more <a href="about">about us</a>.
</p>
</div>
<div class="col-md-4">
<h6 class="title">Get in Touch</h6>
<address>
<i class="icon-map-marker"></i> <a class="lightbox-iframe" href="https://maps.google.com/maps?q=NYPL+5th+Ave+at+42nd+St,+New+York+City,+New+York&hl=en&t=v&hnear=5th+Ave+at+42nd+St,+New+York+City,+New+York" data-toggle="tooltip" title="Show on Google Maps">42nd Street 5th Avenue, New York City, United States</a><br />
<i class="icon-envelope"></i> <a href="mailto:[email protected]" data-toggle="tooltip" title="Email Us">[email protected]</a><br />
<i class="icon-phone"></i> +1 212 621 40520<br />
</address>
</div>
</div>
</div>
</div>
<div class="container footer-bottom">
<div class="footer-copyright">
<p>© 2013 by Olin. All Rights Reserved.</p>
</div>
</div>
</footer>
<a href="#" id="scrollToTop">
<i class="icon-angle-up icon-2x"></i>
</a>
<!-- Contact Popup (Modal) -->
<div class="modal fade" id="contact" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<!--<h4 class="modal-title">We would love to hear from you</h4> -->
</div>
<div >
<iframe src="https://docs.google.com/forms/d/1a1oldSfQxlRqdVRZVyquV2099-W9nfE0qcaGFvQOsic/viewform?embedded=true" width="677" height="745" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
</div>
</div>
<!-- JavaScript Libraries & jQuery Plugins -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.bxslider.min.js"></script>
<script src="assets/js/jquery.isotope.min.js"></script>
<script src="assets/js/jquery.fittext.js"></script>
<script src="assets/js/jquery.fitvids.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/jquery.hoverdir.js"></script>
<script src="assets/js/validation.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>