-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproductbacklog.html
executable file
·739 lines (626 loc) · 32.2 KB
/
productbacklog.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
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
<!DOCTYPE html>
<html language="english">
<head>
<meta charset="utf-8">
<title>Library Simplified · Product Backlog</title>
<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=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">Product Backlog</h1>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li class="active">Product Backlog</li>
</ol>
</div>
</div>
<div class="container" id="main">
<div class="row">
<div class="col-md-3">
<div id="sidebar" class="affix" role="complementary">
<ul class="nav">
<li><a href="#backlog">Backlog</a></li>
<li><a href="#3yrplan">3 Year Plan</a></li>
<li><a href="#Q1CY2016">2016</a></li>
<li><a href="#Q1CY2017">2017</a></li>
<!--<li><a href="#Q3CY2016">Q3 2016</a></li>
<li><a href="#Q4CY2016">Q4 2016</a></li> -->
</ul>
</div><!-- .affix -->
</div>
<div class="col-md-9">
<h2 id="backlog"><strong>Product Backlog</strong></h2>
<hr2></hr2>
<p class="lead">
The following buckets of work were identified by the product development team as foundational work to advance features that were desired by different library stakeholders. This features requested evolved from the past two years of work on the original Library Simplified project as well as conversations with various library eBook working groups, foundations, and LEAP partners and larger digital publishing community.
</p>
<div class="row">
<div class="col-sm-6">
<div class="well">
<h3>Partner Libraries</h3>
<p>
Work with Partner Libraries to implement ILS connector solutions.
</p>
<strong>Key ILS systems</strong>
<ul>
<li>Tripple I</li>
<li>SirsiDynix</li>
<li>Koha</li>
<li>Evergreen</li>
<li>Other</li>
</ul>
</div><!-- well -->
</div> <!-- col-md-4 -->
<div class="col-sm-6">
<div class="well">
<h3>Library Services</h3>
<p>
Features and interfaces to help libraries better manage eBook circulation with SimplyE.
</p>
<strong>Key Functions</strong>
<ul>
<li>Metadata Remediation</li>
<li>Content List Creation</li>
<li>Recommendation</li>
<li>Circulation Vizualizations</li>
<li>Admin Interfaces</li>
</ul>
</div><!-- well -->
</div><!-- col-md-4 -->
</div><!-- row -->
<div class="row">
<div class="col-sm-6">
<div class="well">
<h3>User Experience</h3>
<p>
Features to simplify interacting with digital content from the library.
</p>
<strong>Key Features & Functions</strong>
<ul>
<li>Bookmarks, Highlights</li>
<li>Annotations</li>
<li>Wish Lists</li>
<li>Export-share</li>
<li>Reviews</li>
</ul>
</div><!-- well -->
</div><!-- col-md-4 -->
<div class="col-sm-6">
<div class="well">
<h3>Client Solutions</h3>
<p>
This is the development of a SimplyE clients for more mobile devices (Kindle, Chromebook), desktop/browser based devices.
</p>
<strong>Key Functions</strong>
<ul>
<li>Web OPDS Catalog viewer</li>
<li>Client DRM connector</li>
<li>Readium Web Browser Reader</li>
<li>User Bookshelf</li>
</ul>
</div><!-- well -->
</div><!-- col-md-4 -->
</div>
<div class="row">
<div class="col-sm-6">
<div class="well">
<h3>Content Providers</h3>
<p>
This work consists of expanding SimplyE's capacity to support a wider variety of digital content.
</p>
<strong>Key Functions</strong>
<ul>
<li>DRM: URMS and LCP support</li>
<li>Open Acces Server</li>
<li>Aggregator integrations</li>
</ul>
</div><!-- well -->
</div><!-- col-md-4 -->
<div class="col-sm-6">
<div class="well">
<h3>Content Formats</h3>
<p>
This work consists of expanding SimplyE's capacity to support a wider variety of content formats.
</p>
<strong>Key Functions</strong>
<ul>
<li>AudioBook - MP3</li>
<li>Portable Document Format - PDF</li>
<li>Comic Book Archive - CBA, CBZ, etc..</li>
</ul>
</div><!-- well -->
</div><!-- col-md-4 -->
</div> <!-- row -->
<div>
<p class="lead">
We would like to hear you're thoughts on what we should be working on first. Click the button below to share your what you feel is the priority!
</p>
<!-- Button trigger modal -->
<p><a data-toggle="modal" href="#featuresurvey" class="btn btn-primary btn-lg"><strong>Survey</strong></a></p>
</div>
<div>
<h2 id="3yrplan"><strong>3 Year Plan</strong></h2>
<h2 class="hr2"></h2>
<p class="lead">
The following three year plan is a high level outline of how the cor product team will iteratively develop and refine features, functionality and enhancements. This schedule reflects how the backlog roadmap will be followed and achieved over time.
</p>
<div class="well gradient">
<h3><i class="icon-calendar"></i> CY2017</h3>
<p>
Calendar year 2017 will mostly consist of advancing the usability and deployability of the app by new library systems. As libraries begin to adopt the app and the app begins to support more content types and sources, client development will focus on features while backend enhancements will support sustainability, deployability and ease of management.
</p>
<div class="well">
<h6>Q1-Q2 Focus: App Feature and Multi Library support</strong></h6>
<p>
Develop new mobile client features (accessibility and audiobook.) Develop and refine server side integrations and partner integrations to include basic multi-library support.
</p>
</div>
<div class="well">
<h6>Q3-Q4 Focus: Feature and integration stability</h6>
<p>
Refine mobile client features, audiobook support. Continue to add and refine new ILS and partner integrations and content source integrations. Refine implementation pipeline and maintenance tools and support.
</p>
</div>
</div>
<div class="well gradient">
<h3><i class="icon-calendar"></i>CY2018</h3>
<p>
Over 2018 the application will be due for a UI/UX “refresh” especially as mobile platforms evolve, more feedback is received from and a broader mix of audience not typically served by library reading apps are served. Additionally, we expect technology advancement and refinement of publishing standards to begin to enter the marketplace requiring client side and server side enhancements on top of basic feature and functionality advancement.
</p>
<div class="well">
<h6> Q1-Q2 Focus: Client interactions and UX for new media types, Web reader</h6>
<p>
Develop new mobile client features (app and content interactions, navigation and UX refinements for discovery.) Develop new server side integrations and optimizations for consortia and multi-library. Develop web reader options for DRM content. Refine implementation pipeline and maintenance tools and support.
</p>
</div>
<div class="well">
<h6>Q2-Q3 Focus: Refine mobile and pilot web reader, optimize services</h6>
<p>
Refine mobile Q1 and Q2 features add new content type support for PDF. Pilot web reader. Add new ILS and partner integrations and content source integrations. Refine implementation pipeline and maintenance tools and support.
</p>
</div>
</div>
<div class="well gradient">
<h3><i class="icon-calendar"></i>CY2019></h3>
<p>
With out a crystall ball 2019 should be focussed on refining enahncements over the previous year and refinement of the client and server software.
</p>
<div class="well">
<h6>Q1-Q2 Focus: Refine mobile and web, expand server side features</h6>
<p>
Refine mobile and web client features, content type support and interactions. Develop new server side integrations and optimizations for consortia and multi-library for new sources and media. Refine implementation pipeline and maintenance tools and support.
</p>
</div>
<div class="well">
<h6>Q2-Q3 Focus: Refine mobile and web, expand server side features</h6>
<p>
Refine mobile and web client features, content type support and interactions. Add new ILS and partner integrations and content source integrations. Refine implementation pipeline and maintenance tools and support.
</p>
</div>
</div>
</div>
<div>
<h2 id="Q1CY2016"><strong>CY2016 Quarterly Timeline</strong></h2>
<h2 class="hr2"></h2>
<p class="lead">
The following quarterly work breakdowns are not "written in stone." They merely provide a sense of the product team's prioritization of work given existing features requests and operational demands on the product team with its current funding and project sponsorship for specific work.
</p>
<h2></h2>
<div class="well gradient">
<h3>Q1 CY2016</h3>
<i class="icon-calendar"><i>1 Jan 2016 to 31 Mar 2016</i></i>
<p>
This quarter will mostly consist of finishing the work to make the repositories open to the general public as an open source project, support the launches of Open eBooks and NYPL's SimplyE version and begin version 2.0 feature foundation work.
</p>
<div>
<div class="well">
<h6>Product R&D</h6>
<ul>
<li><strong><!--<a href="http://opds-browser-demo.herokuapp.com/?collection=https%3A%2F%2Fcirculation.librarysimplified.org%2Fgroups%2F" target="new"/>-->OPDS Browser</strong></a> - This is development of a web interface for browsing the SimplyE collection as displayed in the application. It is the basis for certain types of catalog integrations, a desktop reader and various admin interfaces for managing an eBook collection.</li>
<li><a href="deployinstruction.html"><strong>Deployment Process</strong></a> - This work will consist of cost engineering and refactoring the server applications to be more easily deployed to a new library. This may or may not consist of containerization or virtualization of applications servers.</li>
<li><strong>Medadata Remediation</strong> - This begins the work of creating interfaces for human remediation of collection metadata which is unable to be corrected programmatically via the metadata wrangler services.</li>
</ul>
</div>
</div> <!-- well -->
<div>
<div class="well">
<h6>Other</h6>
<ul>
<li><strong>NYPLY SimplyE launch</strong> - Application management and support for NYPL</li>
<li><strong>Open eBooks launch</strong> - Application management and support for Open eBooks</li>
<li><strong>LEAP RFP Vendor tech assessment</strong> - This work consists of reviewing each LEAP RFP respondents technology stack and code quality.</li>
<li><strong>Server Core</strong> - This work consists of consolidating functions and code common to all the servers into one code base. This assists in code maintenance and quality management.</li>
</ul>
</div><!-- well -->
</div> <!-- col-md-4 -->
</div><!-- well -->
<h2 id="Q2CY2016"></h2>
<div class="well gradient">
<h3>Q2 CY2016</h3>
<i class="icon-calendar"><i>1 Apr 2016 to 30 Jun 2016</i></i>
<p>
This 2nd quarter will mostly consist of finishing the work from Q2 and begining work to better support adopters and begin to new features.
</p>
<div>
<div class="well">
<h6>Product R&D</h6>
<ul>
<li><!--<a href="http://qa.catalog.librarysimplified.org/" target="new"/> --><strong>OPDS Admin Browser (continued)</strong></a> - This is ongoing development of a web interface for browsing the SimplyE collection as displayed in the application. This activity is focussed on making the web application interactive for certain types of catalog integrations needed for the systems an admin interfaces.</li>
<li><strong>Object to Object Recommendation</strong> - This work enables libraries to advance object to object based reading recommendations based on a particular work in the collection and related works. This can be either human defined or machine driven from available metadata or a combination.</li>
<li><strong>Content</strong> - This consists of bringing online integrations into more 3rd Party content and metadata sources.</li>
</ul>
</div>
</div> <!-- well -->
<div>
<div class="well">
<h6>Other</h6>
<ul>
<li><strong>NYPLY SimplyE launch</strong> - Application management and support for NYPL</li>
<li><strong>Open eBooks launch</strong> - Application management and support for Open eBooks</li>
<li><strong>SimplyE Adoption</strong> - Community support of SimplyE with partner libraries</li>
<li><strong>LEAP RFP Vendor integration planning</strong> - This work consists working with LEAP awardee and mapping out and integration and implementation plan.</li>
</ul>
</div><!-- well -->
</div>
</div> <!-- well gradient -->
<h2 id="Q4CY2016"></h2>
<div class="well gradient">
<h3>Q3 CY2016</h3>
<i class="icon-calendar"><i>1 Jul 2016 to 30 Sep 2016</i></i>
<p>
This quarter will mostly consist of finishing the work from Q2 support the launches of Open eBooks and NYPL's SimplyE version and continue version 2.0 feature foundation work.
</p>
<div>
<div class="well">
<h6>Product R&D</h6>
<ul>
<li><strong>Book Reviews</strong> - This is refinement the metadata and addition of metadata sources to support read-alikes and recommended reads.</li>
<li><strong>Open Access Server</strong> - This work is the continued development of the open access content server to support loading of more content types, metadata and updates to the material (covers, metadata, file corrections, etc)</li>
<li><strong>Admin Interface</strong> - This as extension of the web catalog to include features for librarian data remediation and integration of circulation stats.</li>
<li><strong>Clever Integration</strong> - This work integrates the Clever Single-Sign-On service into Open eBooks application.</li>
</ul>
</div> <!-- well -->
<div>
<div class="well">
<h6>Other</h6>
<ul>
<li><strong>NYPLY SimplyE support</strong> - Application management and support for NYPL</li>
<li><strong>Open eBooks support</strong> - Application management and support for Open eBooks</li>
<li><strong>SimplyE Adoption</strong> - Community support of SimplyE with partner libraries</li>
<li><strong>Support Connecticut State Library</strong> - Application Development to support the state eGo platform</li>
</ul>
</div><!-- well -->
</div>
</div> <!-- col-md-4 -->
</div>
<h2 id="Q4CY2016"></h2>
<div class="well gradient">
<h3>Q4 CY2016</h3>
<i class="icon-calendar"><i>1 Oct 2016 31 Dec 2016</i></i>
<p>
This quarter will focus on the work of advancing the user experience further through feature development and improvements to underlying areas of accessibility and discovery.
</p>
<div>
<div class="well">
<h6>Product R&D</h6>
<ul>
<li><strong>Book Recommendation</strong> - This is extension of a client interfaces and functionality to support seeing related and recommended books.</li>
<li><strong>Audio Books</strong> - This work consists of implementing MP3 support in the client and server application as well as integration of audiobook content from Overdrive or One Click Digital (Licensed) and LibreVox (PD.)</li>
<li><strong>ILS Integrations</strong> - This work will extend the Circulation Manager server midleware to support other ILS vednors such Koha, Evergreen, and Sirsidynix using SIP.</li>
<li><strong>Multi-libary</strong> - This work will extend the client and server software to allw multiple library collections to be access via on application instance.</li>
</ul>
</div>
</div> <!-- well -->
<div>
<div class="well">
<h6>Other</h6>
<ul>
<li><strong>NYPLY SimplyE support</strong> - Application management and support for NYPL</li>
<li><strong>Open eBooks support</strong> - Application management and support for Open eBooks</li>
<li><strong>SimplyE Adoption</strong> - Community support of SimplyE with partner libraries</li>
<li><strong>Support Connecticut State Library</strong> - Application Development to support the state eGo platform</li>
<li><strong>Support Brooklyn Public Library</strong> - Deployment and implementation</li>
</ul>
</div><!-- well -->
</div>
</div> <!-- row -->
<div>
<h2 id="Q1CY2017"><strong>CY2017 Quarterly Timeline</strong></h2>
<h2 class="hr2"></h2>
<p class="lead">
The following quarterly work breakdowns are not "written in stone." They merely provide a sense of the product team's prioritization of work given existing features requests and operational demands on the product team with its current funding and project sponsorship for specific work.
</p>
<h2></h2>
<h2 id="Q1CY2017"></h2>
<div class="well gradient">
<h3>Q1 CY2017</h3>
<i class="icon-calendar"><i>1 Jan 2016 31 Mar 2017</i></i>
<p>
This quarter will focus on the work of advancing the user experience with new features on new platforms for new content.
</p>
<div>
<div class="well">
<h6>Product R&D</h6>
<ul>
<li><strong>Book Recommendation</strong> - This is extension of a client interfaces and functionality to support seeing related and recommended books in mobile.</li>
<li><strong>Audio Books</strong> - This work consists of implementing MP3 support in the client and server application as well as integration of audiobook content from Overdrive or One Click Digital (Licensed) and LibreVox (PD.) in the mobile clients.</li>
<li><strong>ILS Integrations</strong> - This work will extend the Circulation Manager server midleware to support other ILS vednors such Polaris, TLC, and others using SIP.</li>
</ul>
</div>
</div> <!-- well -->
<div>
<div class="well">
<h6>Other</h6>
<ul>
<li><strong>SimplyE support</strong> - Application management and support for NYPL</li>
<li><strong>Open eBooks support</strong> - Application management and support for Open eBooks</li>
<li><strong>SimplyE Adoption</strong> - Community support of SimplyE with partner libraries</li>
<li><strong>Support Connecticut State Library</strong> - Application Development to support the state eGo platform</li>
</ul>
</div><!-- well -->
</div>
</div>
</div>
</div>
</div>
</div> <!-- mdcol9 -->
</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="https://www.facebook.com/nypl"><i class="icon-facebook"></i></a>
<a href="https://twitter.com/nypl"><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="http://nypl.tumblr.com/"><i class="icon-tumblr"></i></a>
<a href="https://www.pinterest.com/nypl/"><i class="icon-pinterest"></i></a>
<!-- <a href=""><i class="icon-linkedin"></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 0520<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>
<!-- Feature survey Popup (Modal) -->
<div class="modal fade" id="featuresurvey" 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">Survey</h4>
</div>
<div class="modal-body">
<div>
<iframe src="https://docs.google.com/forms/d/1lUpWwECFq8tBx6wkcx_cznDC97nfOU0P7sOpZd92kCU/viewform?embedded=true" width="635" height="750" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- 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 class="modal-body">
<p class="lead">
Ask us anything you want. We will get back to you during the work week.</strong>
</p>
<form name="contactform" id="contactform" class="margin-bottom-large" method="post" action="contactform.php">
<div class="row">
<div class="form-group col-md-6">
<label for="name">Name</label>
<input type="text" name="name" id="name" placeholder="" class="form-control" />
</div>
<div class="form-group col-md-6">
<label for="email">Email <span class="text-warning">*</span></label>
<input type="text" name="email" id="email" placeholder="" class="form-control" />
<div id="email_error_empty" class="error">Please enter your email address.</div>
<div id="email_error_invalid" class="error">Please enter a valid email address.</div>
</div>
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" name="subject" id="subject" class="form-control" placeholder="" />
</div>
<div class="form-group">
<label for="message">Message <span class="text-warning">*</span></label>
<textarea name="message" id="message" cols="30" rows="10" class="form-control" placeholder=""></textarea>
<div id="message_error_empty" class="error">Please enter a message.</div>
<div id="message_error_invalid" class="error">Please check your message for any errors.</div>
</div>
<div id="mailsuccess" class="success">Your message has been sent successfully.</div>
<div id="mailfail" class="error">Sorry, error occured this time sending your message.</div>
<div class="margin-top-base">
<input type="submit" id="submit_contact_form" class="btn btn-primary" value="Send">
<small class="pull-right text-muted">* required</small>
</div>
<script src="assets/js/validation.js"></script>
</form>
<div class="row">
<div class="col-sm-6">
<h4 class="invert">Library Simplified</h4>
<address>
<i class="icon-map-marker"></i> the New York Public Library, 5th Ave at 42nd St, New York City, United States<br />
<i class="icon-envelope"></i> [email protected]<br />
<i class="icon-map-marker"></i> 42nd Street and 5th Avenue, New York City, United States<br />
<i class="icon-envelope"></i> [email protected]<br />
<i class="icon-phone"></i> +1 212 621 0520<br />
</address>
</div>
</div>
</div>
</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>